1 #ifndef GEOMETRY_FWTGEO_RECO_GEOMETRY_H 2 # define GEOMETRY_FWTGEO_RECO_GEOMETRY_H 36 for(
unsigned int i = 0;
i < 24; ++
i ) points[
i] = 0;
37 for(
unsigned int i = 0;
i < 9; ++
i ) topology[
i] = 0;
40 fillPoints( std::vector<GlobalPoint>::const_iterator
begin, std::vector<GlobalPoint>::const_iterator
end )
42 unsigned int index( 0 );
43 for( std::vector<GlobalPoint>::const_iterator
i = begin;
i !=
end; ++
i )
46 points[index*3] =
i->x();
47 points[index*3+1] =
i->y();
48 points[index*3+2] =
i->z();
53 typedef std::map<unsigned int, FWTGeoRecoGeometry::Info>
InfoMap;
70 #endif // GEOMETRY_FWTGEO_RECO_GEOMETRY_H void fillPoints(std::vector< GlobalPoint >::const_iterator begin, std::vector< GlobalPoint >::const_iterator end)
void manager(TGeoManager *geom)
Info(const std::string &iname)
TGeoManager * manager(void) const
virtual ~FWTGeoRecoGeometry(void)
std::map< unsigned int, FWTGeoRecoGeometry::Info > InfoMap