ATLAS Offline Software
Functions
TrigSteeringEventDict.h File Reference
#include "TrigSteeringEvent/TrigRoiDescriptor.h"
#include "TrigSteeringEvent/TrigRoiDescriptorCollection.h"
#include "TrigSteeringEvent/HLTResult.h"
#include "TrigSteeringEvent/TrigSuperRoi.h"
#include "TrigSteeringEvent/TrigSuperRoiCollection.h"
#include "TrigSteeringEvent/HLTExtraData.h"
#include "TrigSteeringEvent/GenericResult.h"
#include "TrigSteeringEvent/Lvl1Result.h"
#include "TrigSteeringEvent/Lvl1Item.h"
#include "TrigSteeringEvent/Enums.h"
#include "TrigSteeringEvent/OnlineErrorCode.h"
#include "TrigSteeringEvent/TrigOperationalInfoCollection.h"
#include "TrigSteeringEvent/TrigPassBitsCollection.h"
#include "TrigSteeringEvent/TrigPassFlagsCollection.h"
#include "TrigSteeringEvent/StringSerializer.h"

Go to the source code of this file.

Functions

void dummy_function_for_TrigSteeringEvent_which_forces_dictionaries_generation (TrigRoiDescriptorCollection troi, std::vector< TrigRoiDescriptor * > troi_vec, std::vector< const TrigRoiDescriptor * > troi_const_vec, TrigSuperRoiCollection tsroi, std::vector< TrigSuperRoi * > tsroi_vec, std::vector< const TrigSuperRoi * > tsroi_const_vec, TrigOperationalInfoCollection toi, std::vector< LVL1CTP::Lvl1Item * > test_vec, std::vector< const LVL1CTP::Lvl1Item * > test_const_vec, TrigPassBitsCollection tbits, std::vector< TrigPassBits * > tbits_vec, std::vector< const TrigPassBits * > tbits_const_vec, TrigPassFlagsCollection tflags, std::vector< TrigPassFlags * > tflags_vec, std::vector< const TrigPassFlags * > tflags_const_vec)
 

Function Documentation

◆ dummy_function_for_TrigSteeringEvent_which_forces_dictionaries_generation()

void dummy_function_for_TrigSteeringEvent_which_forces_dictionaries_generation ( TrigRoiDescriptorCollection  troi,
std::vector< TrigRoiDescriptor * >  troi_vec,
std::vector< const TrigRoiDescriptor * >  troi_const_vec,
TrigSuperRoiCollection  tsroi,
std::vector< TrigSuperRoi * >  tsroi_vec,
std::vector< const TrigSuperRoi * >  tsroi_const_vec,
TrigOperationalInfoCollection  toi,
std::vector< LVL1CTP::Lvl1Item * >  test_vec,
std::vector< const LVL1CTP::Lvl1Item * >  test_const_vec,
TrigPassBitsCollection  tbits,
std::vector< TrigPassBits * >  tbits_vec,
std::vector< const TrigPassBits * >  tbits_const_vec,
TrigPassFlagsCollection  tflags,
std::vector< TrigPassFlags * >  tflags_vec,
std::vector< const TrigPassFlags * >  tflags_const_vec 
)

Definition at line 25 of file TrigSteeringEventDict.h.

31 {
32 
33  TrigRoiDescriptorCollection aatroi = troi;
34  std::vector<TrigRoiDescriptor*> aatroi_vec = troi_vec;
35  std::vector<const TrigRoiDescriptor*> aatroi_const_vec = troi_const_vec;
36 
37  TrigSuperRoiCollection aatsroi = tsroi;
38  std::vector<TrigSuperRoi*> aatsroi_vec = tsroi_vec;
39  std::vector<const TrigSuperRoi*> aatsroi_const_vec = tsroi_const_vec;
40 
41 
42  TrigOperationalInfoCollection aatoi = toi;
43  std::vector<LVL1CTP::Lvl1Item*> test1 = test_vec;
44  std::vector<const LVL1CTP::Lvl1Item*> test2 = test_const_vec;
45 
46 
47  TrigPassBitsCollection aatbits = tbits;
48  std::vector<TrigPassBits*> aatbits_vec= tbits_vec;
49  std::vector<const TrigPassBits*> aatbits_const_vec = tbits_const_vec;
50 
51  TrigPassFlagsCollection aatflags = tflags;
52  std::vector<TrigPassFlags*> aatflags_vec= tflags_vec;
53  std::vector<const TrigPassFlags*> aatflags_const_vec = tflags_const_vec;
54 
55  //HLT::RegisterType<TrigRoiDescriptor, DataVector<TrigRoiDescriptor> >::instan();
56  // HLT::RegisterType<TrigOperationalInfo, DataVector<TrigOperationalInfo> >::instan();
57  // std::string key;
58  // nav.attachFeature(0,(TrigRoiDescriptor*)0, HLT::Navigation::ObjectInStoreGate, key);
59  // nav.attachFeature(0,(TrigOperationalInfo*)0, HLT::Navigation::ObjectInStoreGate, key);
60  // nav.registerObject<TrigRoiDescriptor, DataVector<TrigRoiDescriptor> >();
61  // nav.registerObject<TrigOperationalInfo, DataVector<TrigOperationalInfo> >();
62 }
TrigPassBitsCollection
Definition: TrigPassBitsCollection.h:17
python.TrigConfigSvcUtils.test2
def test2()
Definition: TrigConfigSvcUtils.py:983
TrigPassFlagsCollection
Definition: TrigPassFlagsCollection.h:16
TrigOperationalInfoCollection
Definition: TrigOperationalInfoCollection.h:15
TrigSuperRoiCollection
Definition: TrigSuperRoiCollection.h:16
TrigRoiDescriptorCollection
Definition: TrigRoiDescriptorCollection.h:21
python.TrigConfigSvcUtils.test1
def test1()
Definition: TrigConfigSvcUtils.py:980