24 numberOfParticles( (int)
BOL::UsefulStuff::notANumber ),
25 eventId( (int)
BOL::UsefulStuff::notANumber ),
26 eventWeight(
BOL::UsefulStuff::notANumber ),
27 eventScale(
BOL::UsefulStuff::notANumber ),
28 alphaQed(
BOL::UsefulStuff::notANumber ),
29 alphaQcd(
BOL::UsefulStuff::notANumber ),
31 eventNumberInFile( 0 ),
33 lineAsNumbersAsStrings( 6 ),
34 recordingSucceeded( false ),
36 motherLineNumber( 0 ),
37 primaryMotherLinePointer( NULL ),
38 secondaryMotherLinePointer( NULL ),
39 isVerbose( isVerbose ),
41 optionalInformation(
"" )
47 numberOfParticles( copySource.numberOfParticles ),
48 eventId( copySource.eventId ),
49 eventWeight( copySource.eventWeight ),
50 eventScale( copySource.eventScale ),
51 alphaQed( copySource.alphaQed ),
52 alphaQcd( copySource.alphaQcd ),
53 particleLines( copySource.particleLines,
55 eventNumberInFile( copySource.eventNumberInFile ),
57 lineAsNumbersAsStrings( 6 ),
58 recordingSucceeded( copySource.recordingSucceeded ),
60 motherLineNumber( 0 ),
61 primaryMotherLinePointer( NULL ),
62 secondaryMotherLinePointer( NULL ),
63 isVerbose( trueForVerbosity ),
64 eventAsString( copySource.eventAsString ),
65 optionalInformation( copySource.optionalInformation )
void setMotherLines(ParticleLine *const primaryMotherLinePointer, ParticleLine *const secondaryMotherLinePointer)
int getSecondaryMotherLineNumber() const