00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V1_H
00004 #define XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011 #include <string>
00012
00013
00014 #include "xAODCore/AuxContainerBase.h"
00015
00016 namespace xAOD {
00017
00029 class EmTauRoIAuxContainer_v1 : public AuxContainerBase {
00030
00031 public:
00033 EmTauRoIAuxContainer_v1();
00034
00035 private:
00036 std::vector< float > eta;
00037 std::vector< float > phi;
00038 std::vector< uint32_t > roiWord;
00039
00040 std::vector< std::vector< float > > thrValues;
00041 std::vector< std::vector< std::string > > thrNames;
00042
00043 std::vector< float > core;
00044 std::vector< float > emClus;
00045 std::vector< float > tauClus;
00046 std::vector< float > emIsol;
00047 std::vector< float > hadIsol;
00048 std::vector< float > hadCore;
00049
00050 };
00051
00052 }
00053
00054
00055 #include "xAODCore/BaseInfo.h"
00056 SG_BASE( xAOD::EmTauRoIAuxContainer_v1, xAOD::AuxContainerBase );
00057
00058 #endif // XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V1_H