File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
SimG4CMS/HGCalTestBeam/plugins Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434// #define EDM_ML_DEBUG
3535
3636class 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 *> {
4040public:
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
258258void 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 ;
You can’t perform that action at this time.
0 commit comments