#include <CMXJetTob_v1.h>
  
 Public Member Functions | |
| CMXJetTob_v1 () | |
| Default constructor.  | |
| virtual | ~CMXJetTob_v1 () | 
| Default desturctor.  | |
| virtual void | initialize (const uint8_t crate, const uint8_t jem, const uint8_t frame, const uint8_t loc) | 
| initialize  | |
| virtual void | initialize (const uint8_t crate, const uint8_t jem, const uint8_t frame, const uint8_t loc, const std::vector< uint16_t > &energyLargeVec, const std::vector< uint16_t > &energySmallVec, const std::vector< uint32_t > &errorVec, const std::vector< uint16_t > &presenceMapVec, const uint8_t peak) | 
| initialize  | |
| void | addTob (const std::vector< uint16_t > &energyLargeVec, const std::vector< uint16_t > &energySmallVec, const std::vector< uint32_t > &errorVec, const std::vector< uint16_t > &presenceMapVec) | 
| add data to existing object  | |
| uint8_t | crate () const | 
| get crate  | |
| void | setCrate (uint8_t) | 
| set crate  | |
| uint8_t | jem () const | 
| get jem  | |
| void | setJem (uint8_t) | 
| set jem  | |
| uint8_t | frame () const | 
| get frame  | |
| void | setFrame (uint8_t) | 
| set frame  | |
| uint8_t | location () const | 
| get location  | |
| void | setLocation (uint8_t) | 
| set location  | |
| uint8_t | peak () const | 
| get peak  | |
| void | setPeak (uint8_t) | 
| set peak  | |
| const std::vector< uint16_t > & | energyLargeVec () const | 
| get energyLargeVec  | |
| void | setEnergyLargeVec (const std::vector< uint16_t > &) | 
| set energyLargeVec  | |
| const std::vector< uint16_t > & | energySmallVec () const | 
| get energySmallVec  | |
| void | setEnergySmallVec (const std::vector< uint16_t > &) | 
| set energySmallVec  | |
| const std::vector< uint32_t > & | errorVec () const | 
| get errorVec  | |
| void | setErrorVec (const std::vector< uint32_t > &) | 
| set errorVec  | |
| const std::vector< uint16_t > & | presenceMapVec () const | 
| get presenceMapVec  | |
| void | setPresenceMapVec (const std::vector< uint16_t > &) | 
| set presenceMapVec  | |
| uint16_t | energyLarge () const | 
| get energyLargeVec at peak bunch crossing   | |
| uint16_t | energySmall () const | 
| get energySmallVec at peak bunch crossing  | |
| uint32_t | error () const | 
| get errorVec at peak bunch crossing  | |
| uint16_t | presenceMap () const | 
| get presenceMapVec at peak bunch crossing  | |
Description of CMXJetTob_v1
| uint16_t xAOD::CMXJetTob_v1::energyLarge | ( | ) | const | 
get energyLargeVec at peak bunch crossing
Peak functions - return value of peak bunch crossing Assuming we have got the timing calibration correct, This is the bunch crossing containing the collision
 1.6.1