Go to the source code of this file.
◆ getNameChamberOccGE11()
std::string getNameChamberOccGE11 |
( |
std::string |
strSuffix, |
|
|
Int_t |
nIdxCh |
|
) |
| |
Definition at line 682 of file GEMDQMHarvester.cc.
Referenced by GEMDQMHarvester::createInactiveChannelFracHist().
684 char cChType = (nIdxCh % 2 == 0 ?
'L' :
'S');
687 if (strSuffix.find(
"-M-") != std::string::npos)
689 else if (strSuffix.find(
"-P-") != std::string::npos)
694 if (strSuffix.find(
"-L1") != std::string::npos)
696 else if (strSuffix.find(
"-L2") != std::string::npos)
702 "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 706 of file GEMDQMHarvester.cc.
Referenced by GEMDQMHarvester::createInactiveChannelFracHist().
708 char cChType = (nIdxCh % 2 == 0 ?
'L' :
'S');
712 if (strSuffix.find(
"-M-") != std::string::npos)
714 else if (strSuffix.find(
"-P-") != std::string::npos)
719 if (strSuffix.find(
"-L1") != std::string::npos)
721 else if (strSuffix.find(
"-L2") != std::string::npos)
726 if (strSuffix.find(
"-M1") != std::string::npos)
728 else if (strSuffix.find(
"-M2") != std::string::npos)
730 else if (strSuffix.find(
"-M3") != std::string::npos)
732 else if (strSuffix.find(
"-M4") != std::string::npos)
734 else if (strSuffix.find(
"-M5") != std::string::npos)
736 else if (strSuffix.find(
"-M6") != std::string::npos)
738 else if (strSuffix.find(
"-M7") != std::string::npos)
740 else if (strSuffix.find(
"-M8") != std::string::npos)
745 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__()