/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/lcio/src/cpp/src/IMPL/LCIO.cc

Go to the documentation of this file.
00001 #include "EVENT/LCIO.h"
00002 
00003 namespace EVENT{
00004 // ANSI-C++ requires initialization outside the class definition
00005 // this has to be solved differently....
00006 //
00007 const char* LCIO::LCEVENT = "LCEvent" ;
00008 const char* LCIO::LCCOLLECTION = "LCCollection" ;
00009 const char* LCIO::LCRUNHEADER = "LCRunHeader" ;
00010 const char* LCIO::MCPARTICLE = "MCParticle" ;
00011 const char* LCIO::SIMCALORIMETERHIT = "SimCalorimeterHit" ;
00012 const char* LCIO::RAWCALORIMETERHIT = "RawCalorimeterHit" ;
00013 const char* LCIO::CALORIMETERHIT = "CalorimeterHit" ;
00014 const char* LCIO::SIMTRACKERHIT = "SimTrackerHit" ;
00015 const char* LCIO::TPCHIT = "TPCHit" ;
00016 const char* LCIO::TRACKERRAWDATA = "TrackerRawData" ;
00017 const char* LCIO::TRACKERDATA = "TrackerData" ;
00018 const char* LCIO::TRACKERPULSE = "TrackerPulse" ;
00019 const char* LCIO::TRACKERHIT = "TrackerHit" ;
00020 const char* LCIO::LCSTRVEC = "LCStrVec" ;
00021 const char* LCIO::LCFLOATVEC = "LCFloatVec" ;
00022 const char* LCIO::LCINTVEC = "LCIntVec" ;
00023 const char* LCIO::TRACK= "Track" ; 
00024 const char* LCIO::CLUSTER = "Cluster" ; 
00025 const char* LCIO::RECONSTRUCTEDPARTICLE = "ReconstructedParticle" ; 
00026 const char* LCIO::LCRELATION = "LCRelation" ; 
00027 const char* LCIO::LCGENERICOBJECT = "LCGenericObject" ; 
00028 const char* LCIO::PARTICLEID = "ParticleID" ; 
00029 const char* LCIO::VERTEX = "Vertex" ; 
00030 
00031 const char* LCIO::CellIDEncoding = "CellIDEncoding" ; 
00032 }

Generated on Mon Jan 7 13:15:21 2013 for MicromegasFramework by  doxygen 1.4.7