EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
blob
main
Components
Core
include
eASTActionInitialization.hh
eASTAnalysis.hh
eASTDetectorConstruction.hh
eASTDetectorConstructionMessenger.hh
eASTEventAction.hh
eASTInitialization.hh
eASTMagneticField.hh
eASTRun.hh
eASTRunAction.hh
eASTRunActionMessenger.hh
eASTStackingAction.hh
eASTTrackingAction.hh
eASTUserActionDispatcher.hh
src
eAST.cc
G4_Patches
PhysicsList
PrimGenInterface
Solenoid
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
eASTEventAction.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file eASTEventAction.hh
1
// ********************************************************************
2
//
3
// eASTEventAction.hh
4
// Header file of eAST Event Action class
5
//
6
// History
7
// May 8th, 2021 : first implementation
8
//
9
// ********************************************************************
10
11
#ifndef eASTEventAction_h
12
#define eASTEventAction_h 1
13
14
#include "G4UserEventAction.hh"
15
#include "globals.hh"
16
17
class
G4Event;
18
19
class
eASTEventAction
:
public
G4UserEventAction
20
{
21
public
:
22
eASTEventAction
();
23
virtual
~eASTEventAction
();
24
25
virtual
void
BeginOfEventAction
(
const
G4Event*);
26
virtual
void
EndOfEventAction
(
const
G4Event*);
27
28
};
29
30
#endif
east
blob
main
Core
include
eASTEventAction.hh
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:31
using
1.8.2 with
EIC GitHub integration