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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicMCApplication.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicMCApplication.h
1
//
2
// AYK (ayk@bnl.gov), 2015/08/04
3
//
4
// A derived class with the only purpose to expand functionality
5
// of FairMCApplication::Stepping() call;
6
//
7
8
#include <
FairMCApplication.h
>
9
10
#ifndef _EIC_MC_APPLICATION_
11
#define _EIC_MC_APPLICATION_
12
13
class
EicMCApplication
:
public
FairMCApplication
14
{
15
public
:
16
EicMCApplication
() {};
17
EicMCApplication
(
const
char
*
name
,
const
char
*
title
, TObjArray* ModList,
const
char
* MatName):
18
FairMCApplication
(name, title, ModList, MatName) {};
19
~EicMCApplication
() {};
20
21
void
Stepping
();
22
23
ClassDef(
EicMCApplication
,1)
24
};
25
26
#endif
EicRoot
blob
master
eic
base
EicMCApplication.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration