# | Line 42 | Line 42 | namespace mitedm | |
---|---|---|
42 | std::string srcZDC_; //zdc rec hits | |
43 | std::string srcPixels_; //pixel rec hits | |
44 | std::string srcVertex_; //vertex (if not set will use pixel counting vertex) | |
45 | + | std::string srcTowers_; //calo towers |
46 | + | double hfEthresh_; //hf hit energy threshold |
47 | + | double hfETowerh_; //hf calo tower energy threshold |
48 | + | std::string srcTrk_; //track collection |
49 | }; | |
50 | } | |
51 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |