diff --git a/sbnobj/Common/POTAccounting/EXTCountInfo.h b/sbnobj/Common/POTAccounting/EXTCountInfo.h index e222b4c1..cbb514b3 100644 --- a/sbnobj/Common/POTAccounting/EXTCountInfo.h +++ b/sbnobj/Common/POTAccounting/EXTCountInfo.h @@ -14,6 +14,10 @@ namespace sbn { public: int gates_since_last_trigger; + bool isBNBOffBeam; + bool isNuMIOffBeam; + bool isMajority; //< Does trigger pass scintillation-based trigger? + bool isMinBias; //< Is this a non-scintillation-based trigger? }; } // end namespace sbn diff --git a/sbnobj/Common/POTAccounting/classes_def.xml b/sbnobj/Common/POTAccounting/classes_def.xml index 2e2367bc..53500b40 100644 --- a/sbnobj/Common/POTAccounting/classes_def.xml +++ b/sbnobj/Common/POTAccounting/classes_def.xml @@ -11,7 +11,9 @@ - + + +