Skip to content

Commit a56c581

Browse files
committed
Add methods to access private members of TrackingParticleSelector
1 parent eb45085 commit a56c581

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SimTracker/Common/interface/TrackingParticleSelector.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ class TrackingParticleSelector {
154154
return false;
155155
}
156156

157+
bool isSignalOnly() const { return signalOnly_; }
158+
bool isIntimeOnly() const { return intimeOnly_; }
159+
bool isChargedOnly() const { return chargedOnly_; }
160+
bool isStableOnly() const { return stableOnly_; }
161+
bool invertRapidityCut() const { return invertRapidityCut_; }
162+
157163
private:
158164
double ptMin2_;
159165
double ptMax2_;

0 commit comments

Comments
 (0)