CMS 3D CMS Logo

MuScleFitProvenance.h
Go to the documentation of this file.
1 #ifndef MuScleFitProvenance_h
2 #define MuScleFitProvenance_h
3 
4 #include <TObject.h>
5 
10 class MuScleFitProvenance : public TObject
11 {
12  public:
14  {}
15 
16  MuScleFitProvenance(const int inputMuonType) :
17  muonType(inputMuonType)
18  {}
19 
20  int muonType;
21 
22  ClassDef(MuScleFitProvenance, 1)
23 };
25 
26 #endif
MuScleFitProvenance(const int inputMuonType)
ClassImp(MuScleFitProvenance)