Skip to content

Commit 78782ce

Browse files
author
Sunanda
committed
Code check
1 parent 336141d commit 78782ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

SimG4CMS/HGCalTestBeam/plugins/HGCalTBPassive.cc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
//#define EDM_ML_DEBUG
3535

3636
class HGCalTBPassive : public SimProducer,
37-
public Observer<const BeginOfRun *>,
38-
public Observer<const BeginOfEvent *>,
39-
public Observer<const G4Step *> {
37+
public Observer<const BeginOfRun *>,
38+
public Observer<const BeginOfEvent *>,
39+
public Observer<const G4Step *> {
4040
public:
4141
HGCalTBPassive(const edm::ParameterSet &p);
4242
HGCalTBPassive(const HGCalTBPassive &) = delete; // stop default
@@ -256,11 +256,11 @@ HGCalTBPassive::volumeIterator HGCalTBPassive::findLV(G4LogicalVolume *plv) {
256256
}
257257

258258
void HGCalTBPassive::storeInfo(const HGCalTBPassive::volumeIterator it,
259-
G4LogicalVolume *plv,
260-
unsigned int copy,
261-
double time,
262-
double energy,
263-
bool flag) {
259+
G4LogicalVolume *plv,
260+
unsigned int copy,
261+
double time,
262+
double energy,
263+
bool flag) {
264264
std::pair<G4LogicalVolume *, unsigned int> key(plv, copy);
265265
auto itr = store_.find(key);
266266
double ee = (flag) ? energy : 0;

0 commit comments

Comments
 (0)