GEMC  2.3
Geant4 Monte-Carlo Framework
Public Member Functions | Data Fields
BGParts Class Reference

#include <MEventAction.h>

+ Collaboration diagram for BGParts:

Public Member Functions

 BGParts ()
 
 BGParts (int partid, double t, G4ThreeVector vtx, G4ThreeVector mom)
 
 ~BGParts ()
 

Data Fields

int pid
 
double time
 
G4ThreeVector v
 
G4ThreeVector p
 

Detailed Description

BGParts: (background) Particles that produce hits

Contains:

Definition at line 38 of file MEventAction.h.

Constructor & Destructor Documentation

BGParts::BGParts ( )
inline

Definition at line 41 of file MEventAction.h.

BGParts::BGParts ( int  partid,
double  t,
G4ThreeVector  vtx,
G4ThreeVector  mom 
)
inline

Definition at line 42 of file MEventAction.h.

BGParts::~BGParts ( )
inline

Definition at line 49 of file MEventAction.h.

Field Documentation

G4ThreeVector BGParts::p

Definition at line 55 of file MEventAction.h.

int BGParts::pid

Definition at line 52 of file MEventAction.h.

double BGParts::time

Definition at line 53 of file MEventAction.h.

G4ThreeVector BGParts::v

Definition at line 54 of file MEventAction.h.