29 #ifndef STETOFHARDWAREMAP_H
30 #define STETOFHARDWAREMAP_H
38 class St_etofElectronicsMap;
44 StETofHardwareMap( St_etofElectronicsMap* etofElectronicsMap,
unsigned int year );
49 void init( St_etofElectronicsMap* etofElectronicsMap );
50 void init( std::string fileName );
52 void mapToGeom(
unsigned int rocId,
unsigned int chipId,
unsigned int chanId, std::vector< unsigned int >& geomVec );
53 void mapToSector(
unsigned int rocId,
unsigned int& sector );
54 unsigned int module(
unsigned int sector,
unsigned int plane );
60 std::vector< UInt_t > mOrderedPlanes;
61 std::vector< UInt_t > mAfckToSector;
63 std::map< UInt_t, UInt_t > mAfckAddressMap;
64 std::map< UInt_t, UInt_t > mChannelNumberMap;