classes.h
Go to the documentation of this file.
1 //
2 // Build a dictionary.
3 //
4 
5 #ifndef CLASSES_H
6 #define CLASSES_H
7 
8 //#if BUILD_W_CET
9 //#include "canvas/Persistency/Common/Wrapper.h"
10 //#endif
11 
12 // garana
20 
21 // root
22 #include <TLorentzVector.h>
23 
24 // c++
25 #include <vector>
26 #include <utility>
27 
28 #endif /* CLASSES_H */