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 eb45085 commit a56c581Copy full SHA for a56c581
SimTracker/Common/interface/TrackingParticleSelector.h
@@ -154,6 +154,12 @@ class TrackingParticleSelector {
154
return false;
155
}
156
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
+
163
private:
164
double ptMin2_;
165
double ptMax2_;
0 commit comments