1 |
– |
// $Id$ |
2 |
– |
|
3 |
– |
#ifndef DATATREE_ELECTRON_H |
4 |
– |
#define DATATREE_ELECTRON_H |
5 |
– |
|
6 |
– |
#include "MitAna/DataTree/interface/Lepton.h" |
7 |
– |
|
1 |
|
//-------------------------------------------------------------------------------------------------- |
2 |
+ |
// $Id$ |
3 |
|
// |
4 |
|
// Electron |
5 |
|
// |
9 |
|
// |
10 |
|
//-------------------------------------------------------------------------------------------------- |
11 |
|
|
12 |
+ |
#ifndef DATATREE_ELECTRON_H |
13 |
+ |
#define DATATREE_ELECTRON_H |
14 |
+ |
|
15 |
+ |
#include "MitAna/DataTree/interface/Lepton.h" |
16 |
+ |
|
17 |
|
namespace mithep |
18 |
|
{ |
19 |
|
class Electron : public Lepton |
23 |
|
Electron(Double_t px, Double_t py, Double_t pz, Double_t e) : Lepton(px,py,pz,e) {} |
24 |
|
~Electron() {} |
25 |
|
|
26 |
< |
ClassDef(Electron, 1) // Muon class |
26 |
> |
ClassDef(Electron, 1) // Electron class |
27 |
|
}; |
28 |
< |
|
29 |
< |
} /*namespace mithep*/ |
31 |
< |
|
32 |
< |
#endif /*DATATREE_MUON_H*/ |
28 |
> |
} |
29 |
> |
#endif |