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
PndMagnet.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndMagnet.h
1
#ifndef MAGNET_H
2
#define MAGNET_H
3
4
#include "TNamed.h"
5
#include "TArrayI.h"
6
#include "TClonesArray.h"
7
#include "
FairDetector.h
"
8
#include "
FairModule.h
"
9
10
11
class
PndMagnet
:
public
FairModule
{
12
public
:
13
PndMagnet
(
const
char
*
name
,
const
char
*Title=
"PND Magnet"
);
14
PndMagnet
();
15
virtual
~PndMagnet
();
16
void
ConstructGeometry
();
17
void
ConstructASCIIGeometry
();
18
Bool_t
CheckIfSensitive
(std::string name);
19
ClassDef(
PndMagnet
,1)
//PNDMagnet
20
21
};
22
23
#endif //MAGNET_H
24
EicRoot
blob
master
passive
PndMagnet.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration