Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSCEventData & |
evt |
|
) |
| |
Definition at line 500 of file CSCEventData.cc.
References CSCEventData::stripDigis(), and CSCEventData::wireDigis().
501 for(
int ilayer = 1; ilayer <= 6; ++ilayer) {
502 std::vector<CSCStripDigi> stripDigis = evt.
stripDigis(ilayer);
505 std::vector<CSCWireDigi> wireDigis = evt.
wireDigis(ilayer);
std::vector< CSCWireDigi > wireDigis(unsigned ilayer) const
std::vector< CSCStripDigi > stripDigis(const CSCDetId &idlayer) const
returns all the strip digis in the chamber, with the comparator information.