Go to the source code of this file.
◆ getNameChamberOccGE11()
std::string getNameChamberOccGE11 |
( |
std::string |
strSuffix, |
|
|
Int_t |
nIdxCh |
|
) |
| |
Definition at line 683 of file GEMDQMHarvester.cc.
Referenced by GEMDQMHarvester::createInactiveChannelFracHist().
685 char cChType = (nIdxCh % 2 == 0 ?
'L' :
'S');
688 if (strSuffix.find(
"-M-") != std::string::npos)
690 else if (strSuffix.find(
"-P-") != std::string::npos)
695 if (strSuffix.find(
"-L1") != std::string::npos)
697 else if (strSuffix.find(
"-L2") != std::string::npos)
703 "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 707 of file GEMDQMHarvester.cc.
Referenced by GEMDQMHarvester::createInactiveChannelFracHist().
709 char cChType = (nIdxCh % 2 == 0 ?
'L' :
'S');
713 if (strSuffix.find(
"-M-") != std::string::npos)
715 else if (strSuffix.find(
"-P-") != std::string::npos)
720 if (strSuffix.find(
"-L1") != std::string::npos)
722 else if (strSuffix.find(
"-L2") != std::string::npos)
727 if (strSuffix.find(
"-M1") != std::string::npos)
729 else if (strSuffix.find(
"-M2") != std::string::npos)
731 else if (strSuffix.find(
"-M3") != std::string::npos)
733 else if (strSuffix.find(
"-M4") != std::string::npos)
735 else if (strSuffix.find(
"-M5") != std::string::npos)
737 else if (strSuffix.find(
"-M6") != std::string::npos)
739 else if (strSuffix.find(
"-M7") != std::string::npos)
741 else if (strSuffix.find(
"-M8") != std::string::npos)
746 return Form(
"GEM/Digis/occupancy_GE21-%c-L%i-M%i/occ_GE21-%c-%02iL%i-M%i-%c",
◆ getNameChamberOccNull()
std::string getNameChamberOccNull |
( |
std::string |
strSuffix, |
|
|
Int_t |
nIdxChamber |
|
) |
| |
◆ s_filler_0__LINE__()
◆ s_maker__LINE__()