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); |
36 |
|
|
37 |
|
private: |
38 |
|
std::string edmName_; |
39 |
– |
std::string edmDataName_; |
39 |
|
std::string mitName_; |
40 |
|
std::string edmSimAssociationName_; |
41 |
|
const mithep::SimParticleMap *simMap_; |