We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c107ed commit 1ba2111Copy full SHA for 1ba2111
SimG4CMS/Calo/interface/CaloSD.h
@@ -67,6 +67,8 @@ class CaloSD : public SensitiveCaloDetector,
67
void fillHits(edm::PCaloHitContainer&, const std::string&) override;
68
void reset() override;
69
70
+ bool isItFineCalo(const G4VTouchable* touch);
71
+
72
protected:
73
virtual double getEnergyDeposit(const G4Step* step);
74
virtual double EnergyCorrected(const G4Step& step, const G4Track*);
@@ -113,8 +115,6 @@ class CaloSD : public SensitiveCaloDetector,
113
115
114
116
inline void setNumberCheckedHits(int val) { nCheckedHits = val; }
117
- bool isItFineCalo(const G4VTouchable* touch);
-
118
private:
119
void storeHit(CaloG4Hit*);
120
bool saveHit(CaloG4Hit*);
0 commit comments