7 #include "StjTreeReader.h"
19 int id()
const {
return __id; }
20 int runNumber()
const {
return __runNumber; }
21 int eventId()
const {
return __eventId; }
22 bool hard()
const {
return __hard; }
23 bool soft()
const {
return __soft; }
24 bool passed()
const {
return __passed; }
25 double prescale()
const {
return __prescale; }
26 double vertexZ()
const {
return __vertexZ; }
28 std::vector<int> towers()
const {
return __towers; }
29 std::vector<int> towerDsmAdc()
const {
return __towerDsmAdc; }
30 std::vector<unsigned int> towerAdc()
const {
return __towerAdc; }
31 std::vector<double> towerEnergy()
const {
return __towerEnergy; }
32 std::vector<double> towerEt()
const {
return __towerEt; }
34 std::vector<int> jetPatches()
const {
return __jetPatches; }
35 std::vector<int> jetPatchDsmAdc()
const {
return __jetPatchDsmAdc; }
36 std::vector<unsigned int> jetPatchAdc()
const {
return __jetPatchAdc; }
37 std::vector<double> jetPatchEnergy()
const {
return __jetPatchEnergy; }
38 std::vector<double> jetPatchEt()
const {
return __jetPatchEt; }
42 void SetBranchAddress(TTree *tree);
58 Int_t _towerDsmAdc[4800];
59 UInt_t _towerAdc[4800];
60 Double_t _towerEnergy[4800];
61 Double_t _towerEt[4800];
64 Int_t _jetPatchId[12];
65 Int_t _jetPatchDsmAdc[12];
66 UInt_t _jetPatchAdc[12];
67 Double_t _jetPatchEnergy[12];
68 Double_t _jetPatchEt[12];
79 std::vector<int> __towers;
80 std::vector<int> __towerDsmAdc;
81 std::vector<unsigned int> __towerAdc;
82 std::vector<double> __towerEnergy;
83 std::vector<double> __towerEt;
85 std::vector<int> __jetPatches;
86 std::vector<int> __jetPatchDsmAdc;
87 std::vector<unsigned int> __jetPatchAdc;
88 std::vector<double> __jetPatchEnergy;
89 std::vector<double> __jetPatchEt;
95 #endif // STJTRGREADER_H