00001
00002 #ifndef TRIGSTEERINGEVENT_TRIGSTEERINGEVENTDICT_H
00003 #define TRIGSTEERINGEVENT_TRIGSTEERINGEVENTDICT_H
00004 #include "TrigSteeringEvent/TrigRoiDescriptor.h"
00005 #include "TrigSteeringEvent/TrigRoiDescriptorCollection.h"
00006 #include "TrigSteeringEvent/HLTResult.h"
00007 #include "TrigSteeringEvent/TrigSuperRoi.h"
00008 #include "TrigSteeringEvent/TrigSuperRoiCollection.h"
00009 #include "TrigSteeringEvent/HLTExtraData.h"
00010 #include "TrigSteeringEvent/GenericResult.h"
00011 #include "TrigSteeringEvent/Lvl1Result.h"
00012 #include "TrigSteeringEvent/Lvl1Item.h"
00013 #include "TrigSteeringEvent/Enums.h"
00014 #include "TrigSteeringEvent/TrigOperationalInfoCollection.h"
00015 #include "TrigSteeringEvent/TrigPassBitsCollection.h"
00016 #include "TrigSteeringEvent/TrigPassFlagsCollection.h"
00017 #include "TrigSteeringEvent/StringSerializer.h"
00018
00019 void dummy_function_for_TrigSteeringEvent_which_forces_dictionaries_generation (
00020 TrigRoiDescriptorCollection troi, std::vector<TrigRoiDescriptor*> troi_vec, std::vector<const TrigRoiDescriptor*> troi_const_vec,
00021 TrigSuperRoiCollection tsroi, std::vector<TrigSuperRoi*> tsroi_vec, std::vector<const TrigSuperRoi*> tsroi_const_vec,
00022 TrigOperationalInfoCollection toi, std::vector<LVL1CTP::Lvl1Item*> test_vec, std::vector<const LVL1CTP::Lvl1Item*> test_const_vec,
00023 TrigPassBitsCollection tbits, std::vector<TrigPassBits*> tbits_vec, std::vector<const TrigPassBits*> tbits_const_vec,
00024 TrigPassFlagsCollection tflags, std::vector<TrigPassFlags*> tflags_vec, std::vector<const TrigPassFlags*> tflags_const_vec )
00025 {
00026
00027 TrigRoiDescriptorCollection aatroi = troi;
00028 std::vector<TrigRoiDescriptor*> aatroi_vec = troi_vec;
00029 std::vector<const TrigRoiDescriptor*> aatroi_const_vec = troi_const_vec;
00030
00031 TrigSuperRoiCollection aatsroi = tsroi;
00032 std::vector<TrigSuperRoi*> aatsroi_vec = tsroi_vec;
00033 std::vector<const TrigSuperRoi*> aatsroi_const_vec = tsroi_const_vec;
00034
00035
00036 TrigOperationalInfoCollection aatoi = toi;
00037 std::vector<LVL1CTP::Lvl1Item*> test1 = test_vec;
00038 std::vector<const LVL1CTP::Lvl1Item*> test2 = test_const_vec;
00039
00040
00041 TrigPassBitsCollection aatbits = tbits;
00042 std::vector<TrigPassBits*> aatbits_vec= tbits_vec;
00043 std::vector<const TrigPassBits*> aatbits_const_vec = tbits_const_vec;
00044
00045 TrigPassFlagsCollection aatflags = tflags;
00046 std::vector<TrigPassFlags*> aatflags_vec= tflags_vec;
00047 std::vector<const TrigPassFlags*> aatflags_const_vec = tflags_const_vec;
00048
00049
00050
00051
00052
00053
00054
00055
00056 }
00057
00058
00059
00060 #endif