8 |
|
// Authors: J.Bendavid |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
< |
#ifndef TREEFILLER_FILLERGSFTRACKS_H |
12 |
< |
#define TREEFILLER_FILLERGSFTRACKS_H |
11 |
> |
#ifndef MITPROD_TREEFILLER_FILLERGSFTRACKS_H |
12 |
> |
#define MITPROD_TREEFILLER_FILLERGSFTRACKS_H |
13 |
|
|
14 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
15 |
|
#include "DataFormats/GsfTrackReco/interface/GsfTrack.h" |
21 |
|
class FillerGsfTracks : public FillerTracks |
22 |
|
{ |
23 |
|
public: |
24 |
< |
FillerGsfTracks(const edm::ParameterSet &cfg, const char *name, bool active=1); |
24 |
> |
FillerGsfTracks(const edm::ParameterSet &cfg, const char *name, bool active=1, bool ecalActive=0); |
25 |
|
~FillerGsfTracks(); |
26 |
|
|
27 |
|
void BookDataBlock(TreeWriter &tws); |