# | Line 25 | Line 25 | namespace mithep | |
---|---|---|
25 | class FillerGsfTracks : public BaseFiller | |
26 | { | |
27 | public: | |
28 | < | FillerGsfTracks(const edm::ParameterSet &cfg, |
29 | < | const char *name, const SimParticleMap *sm=0); |
28 | > | FillerGsfTracks(const edm::ParameterSet &cfg, const char *name, |
29 | > | bool active=1, const SimParticleMap *sm=0); |
30 | ~FillerGsfTracks(); | |
31 | ||
32 | void BookDataBlock(TreeWriter &tws); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |