LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CexmcCmdLineData Struct Reference

Public Member Functions

 CexmcCmdLineData ()
 

Public Attributes

G4bool isInteractive
 
G4bool startQtSession
 
G4String preinitMacro
 
G4String initMacro
 
G4String rProject
 
G4String wProject
 
G4bool overrideExistingProject
 
CexmcOutputDataTypeSet outputData
 
G4String customFilter
 

Detailed Description

Definition at line 85 of file ChargeExchangeMC.cc.

Constructor & Destructor Documentation

CexmcCmdLineData::CexmcCmdLineData ( )
inline

Definition at line 87 of file ChargeExchangeMC.cc.

87  : isInteractive( false ), startQtSession( false ),
88  preinitMacro( "" ), initMacro( "" ), rProject( "" ),
89  wProject( "" ), overrideExistingProject( false ),
90  customFilter( "" )
91  {}
G4bool overrideExistingProject

Member Data Documentation

G4String CexmcCmdLineData::customFilter

Definition at line 101 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4String CexmcCmdLineData::initMacro

Definition at line 96 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4bool CexmcCmdLineData::isInteractive

Definition at line 93 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

CexmcOutputDataTypeSet CexmcCmdLineData::outputData

Definition at line 100 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4bool CexmcCmdLineData::overrideExistingProject

Definition at line 99 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4String CexmcCmdLineData::preinitMacro

Definition at line 95 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4String CexmcCmdLineData::rProject

Definition at line 97 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4bool CexmcCmdLineData::startQtSession

Definition at line 94 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().

G4String CexmcCmdLineData::wProject

Definition at line 98 of file ChargeExchangeMC.cc.

Referenced by main(), and parseArgs().


The documentation for this struct was generated from the following file: