00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V2_H
00004 #define XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V2_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_v2 : public AuxContainerBase {
00030
00031 public:
00033 EmTauRoIAuxContainer_v2();
00034
00035 private:
00036 std::vector< float > eta;
00037 std::vector< float > phi;
00038 std::vector< uint32_t > roiWord;
00039 std::vector< float > etScale;
00040
00041 std::vector< uint32_t > thrPattern;
00042 std::vector< std::vector< float > > thrValues;
00043 std::vector< std::vector< std::string > > thrNames;
00044
00045 std::vector< float > core;
00046 std::vector< float > emClus;
00047 std::vector< float > tauClus;
00048 std::vector< float > emIsol;
00049 std::vector< float > hadIsol;
00050 std::vector< float > hadCore;
00051
00052 };
00053
00054 }
00055
00056
00057 #include "xAODCore/BaseInfo.h"
00058 SG_BASE( xAOD::EmTauRoIAuxContainer_v2, xAOD::AuxContainerBase );
00059
00060 #endif // XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V2_H