19 virtual int runNumber() = 0;
20 virtual int eventId() = 0;
21 virtual bool hard()
const = 0;
22 virtual bool soft()
const = 0;
23 virtual bool passed()
const = 0;
24 virtual double prescale() = 0;
25 virtual double vertexZ() = 0;
27 virtual std::vector<int> towers() = 0;
28 virtual std::vector<int> towerDsmAdc() = 0;
29 virtual std::vector<unsigned int> towerAdc() = 0;
30 virtual std::vector<double> towerEnergy() = 0;
31 virtual std::vector<double> towerEt() = 0;
33 virtual std::vector<int> jetPatches() = 0;
34 virtual std::vector<int> jetPatchDsmAdc() = 0;
35 virtual std::vector<unsigned int> jetPatchAdc() = 0;
36 virtual std::vector<double> jetPatchEnergy() = 0;
37 virtual std::vector<double> jetPatchEt() = 0;