|
ATLAS Offline Software
|
Go to the documentation of this file.
27 (
const std::string&
type,
28 const std::string&
name,
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;
def retrieve(aClass, aKey=None)
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
int phi_index(const Identifier &id) const
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
bool is_valid() const
Check if id is in a valid state.
Block filler tool for noisy FEB information.
::StatusCode StatusCode
StatusCode definition for legacy code.
int eta_index(const Identifier &id) const
#define CHECK(...)
Evaluate an expression and check for errors.
Ensure that the ATLAS eigen extensions are properly loaded.
Helpers for checking error return status codes and reporting errors.