7 #ifndef TRIGSTEERINGEVENT_TRIGSTEERINGEVENTDICT_H
8 #define TRIGSTEERINGEVENT_TRIGSTEERINGEVENTDICT_H
26 TrigRoiDescriptorCollection& troi, std::vector<TrigRoiDescriptor*>& troi_vec, std::vector<const TrigRoiDescriptor*>& troi_const_vec,
27 TrigSuperRoiCollection& tsroi, std::vector<TrigSuperRoi*>& tsroi_vec, std::vector<const TrigSuperRoi*>& tsroi_const_vec,
29 TrigPassBitsCollection& tbits, std::vector<TrigPassBits*>& tbits_vec, std::vector<const TrigPassBits*>& tbits_const_vec,
30 TrigPassFlagsCollection& tflags, std::vector<TrigPassFlags*>& tflags_vec, std::vector<const TrigPassFlags*>& tflags_const_vec )
34 std::vector<TrigRoiDescriptor*> aatroi_vec = troi_vec;
35 std::vector<const TrigRoiDescriptor*> aatroi_const_vec = troi_const_vec;
38 std::vector<TrigSuperRoi*> aatsroi_vec = tsroi_vec;
39 std::vector<const TrigSuperRoi*> aatsroi_const_vec = tsroi_const_vec;
43 std::vector<LVL1CTP::Lvl1Item*>
test1 = test_vec;
44 std::vector<const LVL1CTP::Lvl1Item*>
test2 = test_const_vec;
48 std::vector<TrigPassBits*> aatbits_vec= tbits_vec;
49 std::vector<const TrigPassBits*> aatbits_const_vec = tbits_const_vec;
52 std::vector<TrigPassFlags*> aatflags_vec= tflags_vec;
53 std::vector<const TrigPassFlags*> aatflags_const_vec = tflags_const_vec;