Skip to content
Snippets Groups Projects

L1Menu Run 1 to Run 3 conversion

Merged Joerg Stelzer requested to merge stelzer/athena:master-ATR-22948 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -685,7 +685,7 @@ int main( int argc, char* argv[] ) {
@@ -685,7 +685,7 @@ int main( int argc, char* argv[] ) {
* to JSON
* to JSON
*-----------------*/
*-----------------*/
if(ctpc && l1tm) {
if(ctpc && l1tm) {
convertRun2L1MenuToRun3(ctpc, l1tm, gConfig.l1JsonOutFile, true);
convertRun2L1MenuToRun3(ctpc, l1tm, gConfig.l1JsonOutFile);
convertRun2L1PrescalesToRun3(ctpc, gConfig.l1PSJsonOutFile);
convertRun2L1PrescalesToRun3(ctpc, gConfig.l1PSJsonOutFile);
convertRun2BunchGroupsToRun3(ctpc, gConfig.bgkJsonOutFile);
convertRun2BunchGroupsToRun3(ctpc, gConfig.bgkJsonOutFile);
}
}
Loading