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 eaefa4c commit 255070eCopy full SHA for 255070e
SimG4CMS/Calo/interface/CaloSD.h
@@ -175,7 +175,7 @@ class CaloSD : public SensitiveCaloDetector,
175
176
bool ignoreTrackID;
177
bool isParameterized;
178
- bool ignoreReject;
+ bool ignoreReject = false;
179
bool useMap; // use map for comparison of ID
180
bool corrTOFBeam;
181
@@ -197,7 +197,7 @@ class CaloSD : public SensitiveCaloDetector,
197
std::unordered_map<unsigned int, unsigned int> boundaryCrossingParentMap_;
198
std::vector<std::unique_ptr<CaloG4Hit>> reusehit[2];
199
std::vector<Detector> fineDetectors_;
200
- bool doFineCaloThisStep_;
+ bool doFineCaloThisStep_ = false;
201
};
202
203
#endif // SimG4CMS_CaloSD_h
0 commit comments