52 const EventContext& ctx = Gaudi::Hive::currentContext();
57 return StatusCode::SUCCESS;
63 if (TRTOccu.size() > 6) {
65 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy0(
"TRTOccGlobal");
66 decEventInfo_occupancy0( *eventInfo ) = TRTOccu.at(0);
68 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy1(
"TRTOccBarrelC");
69 decEventInfo_occupancy1( *eventInfo ) = TRTOccu.at(1);
71 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy2(
"TRTOccEndcapAC");
72 decEventInfo_occupancy2( *eventInfo ) = TRTOccu.at(2);
74 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy3(
"TRTOccEndcapBC");
75 decEventInfo_occupancy3( *eventInfo ) = TRTOccu.at(3);
77 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy4(
"TRTOccBarrelA");
78 decEventInfo_occupancy4( *eventInfo ) = TRTOccu.at(4);
80 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy5(
"TRTOccEndcapAA");
81 decEventInfo_occupancy5( *eventInfo ) = TRTOccu.at(5);
83 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy6(
"TRTOccEndcapBA");
84 decEventInfo_occupancy6( *eventInfo ) = TRTOccu.at(6);
87 return StatusCode::SUCCESS;