8 myCalorimeter_(calo),originalVector_(cw)
16 for(
unsigned ic=0; ic<
size_; ++ic)
20 for(
unsigned in=0;
in<8;++
in)
25 std::vector<Crystal>::const_iterator itcheck;
26 itcheck=find_if(cw.begin(),cw.end(),myCrystal);
74 const std::vector<unsigned>&
const std::vector< DetId > & getNeighbours(const DetId &det) const
bool getCrystalWindow(unsigned, std::vector< unsigned > &) const
get the ordered list of the crystals around the crystal given as a first argument ...
std::vector< std::vector< unsigned > > myNeighbours_
CrystalWindowMap(const CaloGeometryHelper *, const std::vector< Crystal > &cw)
Constructor from vector of Crystal.
const CaloGeometryHelper * myCalorimeter_