File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class ProgramCtpEmulator : public Program
4545 " Sets the maximum Bunch Crossing value" );
4646 options.add_options ()(" hbmax" ,
4747 po::value<uint32_t >(&mOptions .hbMax )->default_value (8 ),
48- " Sets the maximum HeartBeat value " );
48+ " Sets the maximum number of Hearteats within a Timeframe " );
4949 options.add_options ()(" hbdrop" ,
5050 po::value<uint32_t >(&mOptions .hbDrop )->default_value (15000 ),
5151 " Sets the number of Heartbeats to keep" );
@@ -54,7 +54,7 @@ class ProgramCtpEmulator : public Program
5454 " Sets the number Heartbeats to drop" );
5555 options.add_options ()(" trigger-mode" ,
5656 po::value<std::string>(&mOptions .triggerModeString )->default_value (" periodic" ),
57- " Sets the trigger mode. Options are periodic, manual and continuous " );
57+ " Sets the trigger mode. Options are periodic, manual, continuous and fixed " );
5858 options.add_options ()(" trigger-freq" ,
5959 po::value<uint32_t >(&mOptions .triggerFrequency )->default_value (8 ),
6060 " Sets the physics trigger frequency." );
You can’t perform that action at this time.
0 commit comments