4 #ifndef STJTRGRAISETHRESHOLDETJP_H
5 #define STJTRGRAISETHRESHOLDETJP_H
7 #include "StjTrgRaiseThreshold.h"
18 std::vector<int> jetPatches();
19 std::vector<int> jetPatchDsmAdc();
20 std::vector<unsigned int> jetPatchAdc();
21 std::vector<double> jetPatchEnergy();
22 std::vector<double> jetPatchEt();
31 mutable std::vector<int> _jetPatches;
32 mutable std::vector<int> _jetPatchDsmAdc;
33 mutable std::vector<unsigned int> _jetPatchAdc;
34 mutable std::vector<double> _jetPatchEnergy;
35 mutable std::vector<double> _jetPatchEt;
41 #endif // STJTRGRAISETHRESHOLDETJP_H