Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 30, 2020
1 parent 1c107ed commit 1ba2111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4CMS/Calo/interface/CaloSD.h
Expand Up @@ -67,6 +67,8 @@ class CaloSD : public SensitiveCaloDetector,
void fillHits(edm::PCaloHitContainer&, const std::string&) override;
void reset() override;

bool isItFineCalo(const G4VTouchable* touch);

protected:
virtual double getEnergyDeposit(const G4Step* step);
virtual double EnergyCorrected(const G4Step& step, const G4Track*);
Expand Down Expand Up @@ -113,8 +115,6 @@ class CaloSD : public SensitiveCaloDetector,

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

bool isItFineCalo(const G4VTouchable* touch);

private:
void storeHit(CaloG4Hit*);
bool saveHit(CaloG4Hit*);
Expand Down

0 comments on commit 1ba2111

Please sign in to comment.