You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/DSelector/DSelector.h
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ class DSelector : public TSelector
59
59
bool dSaveDefaultFlatBranches; // True by default
60
60
bool dSaveTLorentzVectorsAsFundamentaFlatTree; // False by default. True: save TLorentzVector info instead as four doubles, rather than as TLorentzVector objects.
61
61
bool dSkipNoTriggerEvents; // True by default
62
+
bool dIsMCFlag; // False by default
63
+
bool dIsMCGenOnlyFlag; // False by default
62
64
63
65
//TREE INTERFACE
64
66
DTreeInterface* dTreeInterface; //for event-based tree
@@ -198,7 +200,8 @@ class DSelector : public TSelector
0 commit comments