We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8450c commit 495f44bCopy full SHA for 495f44b
src/detectors/MPGD/MPGD.cc
@@ -42,9 +42,9 @@ void InitPlugin(JApplication* app) {
42
// Default
43
unsigned int SiFactoryPattern = 0x3; // Full-scale SiliconTrackerDigi
44
// XML constant
45
- auto log_service = app->GetService<Log_service>();
46
- auto mLog = log_service->logger("tracking");
47
- const int nMPGDs = 2;
+ auto log_service = app->GetService<Log_service>();
+ auto mLog = log_service->logger("tracking");
+ const int nMPGDs = 2;
48
const char* MPGD_names[nMPGDs] = {"InnerMPGDBarrel", "MPGDOuterBarrel"};
49
for (int mpgd = 0; mpgd < nMPGDs; mpgd++) {
50
std::string MPGD_name(MPGD_names[mpgd]);
0 commit comments