All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
StandardIncludes.h
Go to the documentation of this file.
1 #ifndef STANDARD_INCLUDES_H
2 #define STANDARD_INCLUDES_H 1
3 
4 #include "lcio.h"
5 #include <iostream>
6 #include <fstream>
7 #include <set>
8 
9 //#include <math>
10 #include <string>
11 #include <vector>
12 #include <set>
13 #include <algorithm> // for std::find
14 #include <iterator> // for std::begin, std::end
15 
16 #include "CalorimeterHitType.h"
17 
18 //ROOT
19 #include "TFile.h"
20 #include "TTree.h"
21 #include "TH1F.h"
22 #include "TLorentzVector.h"
23 
24 //LCIO
25 #include <EVENT/LCCollection.h>
26 #include <EVENT/MCParticle.h>
27 #include <EVENT/ReconstructedParticle.h>
28 #include <EVENT/Vertex.h>
29 
30 //----- include for verbosity dependend logging ---------
31 #include "marlin/VerbosityLevels.h"
32 
33 using namespace lcio ;
34 using namespace marlin ;
35 
36 #endif