Go to the source code of this file.
◆ getNameChamberOccGE11()
std::string getNameChamberOccGE11 |
( |
std::string |
strSuffix, |
|
|
Int_t |
nIdxCh |
|
) |
| |
Definition at line 648 of file GEMDQMHarvester.cc.
Referenced by GEMDQMHarvester::createInactiveChannelFracHist().
650 char cChType = (nIdxCh % 2 == 0 ?
'L' :
'S');
653 if (strSuffix.find(
"-M-") != std::string::npos)
655 else if (strSuffix.find(
"-P-") != std::string::npos)
660 if (strSuffix.find(
"-L1") != std::string::npos)
662 else if (strSuffix.find(
"-L2") != std::string::npos)
668 "GEM/Digis/occupancy_GE11-%c-L%i/occ_GE11-%c-%02iL%i-%c", cRegion, nLayer, cRegion, nIdxCh, nLayer, cChType);
◆ getNameChamberOccGE21()
std::string getNameChamberOccGE21 |
( |
std::string |
strSuffix, |
|
|
Int_t |
nIdxCh |
|
) |
| |
Definition at line 672 of file GEMDQMHarvester.cc.
Referenced by GEMDQMHarvester::createInactiveChannelFracHist().
674 char cChType = (nIdxCh % 2 == 0 ?
'L' :
'S');
677 if (strSuffix.find(
"-M-") != std::string::npos)
679 else if (strSuffix.find(
"-P-") != std::string::npos)
684 if (strSuffix.find(
"-L1") != std::string::npos)
686 else if (strSuffix.find(
"-L2") != std::string::npos)
692 "GEM/Digis/occupancy_GE21-%c-L%i/occ_GE21-%c-%02iL%i-%c", cRegion, nLayer, cRegion, nIdxCh, nLayer, cChType);
◆ getNameChamberOccNull()
std::string getNameChamberOccNull |
( |
std::string |
strSuffix, |
|
|
Int_t |
nIdxChamber |
|
) |
| |
◆ s_filler__LINE__()
◆ s_maker__LINE__()