56 return StatusCode::SUCCESS;
62 if (TRTOccu.size() > 6) {
64 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy0(
"TRTOccGlobal");
65 decEventInfo_occupancy0( *eventInfo ) = TRTOccu.at(0);
67 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy1(
"TRTOccBarrelC");
68 decEventInfo_occupancy1( *eventInfo ) = TRTOccu.at(1);
70 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy2(
"TRTOccEndcapAC");
71 decEventInfo_occupancy2( *eventInfo ) = TRTOccu.at(2);
73 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy3(
"TRTOccEndcapBC");
74 decEventInfo_occupancy3( *eventInfo ) = TRTOccu.at(3);
76 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy4(
"TRTOccBarrelA");
77 decEventInfo_occupancy4( *eventInfo ) = TRTOccu.at(4);
79 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy5(
"TRTOccEndcapAA");
80 decEventInfo_occupancy5( *eventInfo ) = TRTOccu.at(5);
82 static const SG::AuxElement::Decorator< float > decEventInfo_occupancy6(
"TRTOccEndcapBA");
83 decEventInfo_occupancy6( *eventInfo ) = TRTOccu.at(6);
86 return StatusCode::SUCCESS;