27 (
const std::string&
type,
28 const std::string& name,
29 const IInterface* parent)
45 return StatusCode::SUCCESS;
69 return StatusCode::SUCCESS;
86 std::vector<InDet::TrackStateOnPixelLayerInfo> trackStateBlayer;
88 return StatusCode::SUCCESS;
91 std::vector<InDet::TrackStateOnPixelLayerInfo>::const_iterator itr = trackStateBlayer.begin();
92 std::vector<InDet::TrackStateOnPixelLayerInfo>::const_iterator end = trackStateBlayer.end();
93 for (; itr!=end; ++itr){
102 m_type->push_back((
int)itr->type());
112 m_col->push_back(-1);
113 m_row->push_back(-1);
116 m_x->push_back(itr->globalPosition().x());
117 m_y->push_back(itr->globalPosition().y());
118 m_z->push_back(itr->globalPosition().z());
120 m_locX->push_back(itr->localX());
121 m_locY->push_back(itr->localY());
127 return StatusCode::SUCCESS;
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
This is an Identifier helper class for the Pixel subdetector.
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
bool is_valid() const
Check if id is in a valid state.
Block filler tool for noisy FEB information.
Ensure that the ATLAS eigen extensions are properly loaded.
ParametersT< TrackParametersDim, Charged, PerigeeSurface > Perigee