Skip to content

Commit 1ba2111

Browse files
author
Sunanda
committed
Small fix
1 parent 1c107ed commit 1ba2111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimG4CMS/Calo/interface/CaloSD.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ class CaloSD : public SensitiveCaloDetector,
6767
void fillHits(edm::PCaloHitContainer&, const std::string&) override;
6868
void reset() override;
6969

70+
bool isItFineCalo(const G4VTouchable* touch);
71+
7072
protected:
7173
virtual double getEnergyDeposit(const G4Step* step);
7274
virtual double EnergyCorrected(const G4Step& step, const G4Track*);
@@ -113,8 +115,6 @@ class CaloSD : public SensitiveCaloDetector,
113115

114116
inline void setNumberCheckedHits(int val) { nCheckedHits = val; }
115117

116-
bool isItFineCalo(const G4VTouchable* touch);
117-
118118
private:
119119
void storeHit(CaloG4Hit*);
120120
bool saveHit(CaloG4Hit*);

0 commit comments

Comments
 (0)