8 |
|
// Authors: S.Xie |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
< |
#ifndef TREEFILLER_FILLERPATELECTRONS_H |
12 |
< |
#define TREEFILLER_FILLERPATELECTRONS_H |
11 |
> |
#ifndef MITPROD_TREEFILLER_FILLERPATELECTRONS_H |
12 |
> |
#define MITPROD_TREEFILLER_FILLERPATELECTRONS_H |
13 |
|
|
14 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
15 |
|
#include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h" |
25 |
|
{ |
26 |
|
public: |
27 |
|
FillerPATElectrons(const edm::ParameterSet &cfg, bool active=1, |
28 |
< |
const GsfTrackMap* gsfTrackMap=0, const TrackMap* trackerTrackMap=0); |
28 |
> |
const GsfTrackMap* gsfTrackMap=0, const TrackMap* trackerTrackMap=0); |
29 |
|
~FillerPATElectrons(); |
30 |
|
|
31 |
|
void BookDataBlock(TreeWriter &tws); |