Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:25

0001 #include "Alignment/LaserAlignment/interface/TsosVectorCollection.h"
0002 #include "DataFormats/Common/interface/Wrapper.h"
0003 //#include "LASCommissioningData.h"
0004 //#include "LASGlobalLoop.h"
0005 #include "Alignment/LaserAlignment/interface/LASGlobalData.h"
0006 #include "Alignment/LaserAlignment/interface/LASCoordinateSet.h"
0007 #include "Alignment/LaserAlignment/interface/LASModuleProfile.h"
0008 #include "TH1.h"
0009 //#include "TDirectory.h"
0010 
0011 namespace Alignment_LaserAlignment {
0012   struct dictionary {
0013     TsosVectorCollection tsosesColl;
0014     edm::Wrapper<TsosVectorCollection> tsosesWrappedColl;
0015     LASGlobalData<int> lint;
0016     LASGlobalData<float> lfloat;
0017     LASGlobalData<std::vector<float> > lvfloat;
0018     LASGlobalData<LASCoordinateSet> lCoordinateSet;
0019     LASGlobalData<LASModuleProfile> ModuleProfile;
0020     LASGlobalData<std::pair<float, float> > lpff;
0021     LASGlobalData<unsigned int> luint;
0022     LASGlobalData<std::string> lstring;
0023     LASGlobalData<TH1D*> lthid;
0024     //  LASGlobalData<TDirectory*> ltdir;
0025   };
0026 }  // namespace Alignment_LaserAlignment