11 #include "StMuTriggerIdCollection.h"
19 StMuTriggerIdCollection::~StMuTriggerIdCollection(){}
23 if ( c->l1() ) setL1( *(c->l1()) );
24 if ( c->l2() ) setL2( *(c->l2()) );
25 if ( c->l3() ) setL3( *(c->l3()) );
26 if ( c->l3Expanded() ) setL3Expanded( *(c->l3Expanded()) );
27 if ( c->nominal() ) setNominal( *(c->nominal()) );
30 bool StMuTriggerIdCollection::isEmpty(
const StTriggerId&
id){
31 if (
id.triggerIds().size()==0)
return true;
36 StMuTriggerIdCollection::nominal()
const {
return mNTriggerId;}
39 StMuTriggerIdCollection::l1()
const {
return mL1TriggerId;}
42 StMuTriggerIdCollection::l2()
const {
return mL2TriggerId;}
45 StMuTriggerIdCollection::l3()
const {
return mL3TriggerId;}
48 StMuTriggerIdCollection::l3Expanded()
const {
return mLETriggerId;}
51 StMuTriggerIdCollection::setL1(
const StTriggerId val) {mL1TriggerId = val;}
54 StMuTriggerIdCollection::setL2(
const StTriggerId val) {mL2TriggerId = val;}
57 StMuTriggerIdCollection::setL3(
const StTriggerId val) {mL3TriggerId = val;}
60 StMuTriggerIdCollection::setL3Expanded(
const StTriggerId val) {mLETriggerId = val;}
63 StMuTriggerIdCollection::setNominal(
const StTriggerId val) {mNTriggerId = val;}
Collection of trigger ids as stored in StEvent.
Collection of trigger ids as stored in MuDst.