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
EventMCFilterABC.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EventMCFilterABC.h
1
10
#ifndef INCLUDE_EICSMEAR_ERHIC_EVENTMCFILTERABC_H_
11
#define INCLUDE_EICSMEAR_ERHIC_EVENTMCFILTERABC_H_
12
13
#include <Rtypes.h>
14
15
namespace
erhic {
16
17
class
VirtualEvent;
18
22
class
EventMCFilterABC
{
23
public
:
27
virtual
~EventMCFilterABC
() { }
28
33
virtual
bool
Accept
(
const
VirtualEvent
&)
const
= 0;
34
35
ClassDef(
erhic::EventMCFilterABC
, 1)
36
};
37
38
}
// namespace erhic
39
40
#endif // INCLUDE_EICSMEAR_ERHIC_EVENTMCFILTERABC_H_
eic-smear
blob
master
include
eicsmear
erhic
EventMCFilterABC.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:32
using
1.8.2 with
EIC GitHub integration