# | Line 41 | Line 41 | namespace mithep | |
---|---|---|
41 | void SetIsoType(const char *type) { fPhotonIsoType = type; } | |
42 | void SetOutputName(const char *n) { SetGoodPhotonsName(n); } | |
43 | void SetPtMin(Double_t pt) { fPhotonPtMin = pt; } | |
44 | < | void SetR9Min(Double_t x) { fPhotonR9Min = x; } |
44 | > | void SetR9Min(Double_t x) { fPhotonR9Min = x; } |
45 | ||
46 | enum EPhIdType { | |
47 | kIdUndef = 0, //not defined |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |