4 #ifndef STJTRGDISABLETOWERJP_H
5 #define STJTRGDISABLETOWERJP_H
7 #include "StjTrgDisableTower.h"
17 , _bemc(bemc), _jpTowerMap(jpTowerMap) { }
20 , _bemc(bemc), _jpTowerMap(jpTowerMap) { }
25 std::vector<int> jetPatches();
26 std::vector<int> jetPatchDsmAdc();
27 std::vector<unsigned int> jetPatchAdc();
28 std::vector<double> jetPatchEnergy();
29 std::vector<double> jetPatchEt();
39 mutable std::vector<int> _jetPatches;
40 mutable std::vector<int> _jetPatchDsmAdc;
41 mutable std::vector<unsigned int> _jetPatchAdc;
42 mutable std::vector<double> _jetPatchEnergy;
43 mutable std::vector<double> _jetPatchEt;
49 #endif // STJTRGDISABLETOWERJP_H