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
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
blob
master
calibrations
generators
offline
database
framework
ffamodules
ffaobjects
EventHeader.cc
EventHeader.h
EventHeaderLinkDef.h
EventHeaderv1.cc
EventHeaderv1.h
EventHeaderv1LinkDef.h
EventHeaderv2.cc
EventHeaderv2.h
EventHeaderv2LinkDef.h
FlagSave.h
FlagSaveLinkDef.h
FlagSavev1.cc
FlagSavev1.h
FlagSavev1LinkDef.h
RunHeader.cc
RunHeader.h
RunHeaderLinkDef.h
RunHeaderv1.cc
RunHeaderv1.h
RunHeaderv1LinkDef.h
SyncDefs.h
SyncObject.cc
SyncObject.h
SyncObjectLinkDef.h
SyncObjectv1.cc
SyncObjectv1.h
SyncObjectv1LinkDef.h
frog
fun4all
fun4allraw
phool
phoolraw
packages
QA
simulation
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
FlagSavev1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FlagSavev1.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FFAOBJECTS_FLAGSAVEV1_H
4
#define FFAOBJECTS_FLAGSAVEV1_H
5
6
#include "
FlagSave.h
"
7
8
#include <iostream>
9
#include <map>
10
#include <string>
11
12
class
PHFlag
;
13
class
PHObject
;
14
16
class
FlagSavev1
:
public
FlagSave
17
{
18
public
:
20
FlagSavev1
() =
default
;
22
~FlagSavev1
()
override
=
default
;
23
24
PHObject
*
CloneMe
()
const override
;
25
27
void
Reset
()
override
{}
28
int
isValid
()
const override
;
29
33
void
identify
(std::ostream &os = std::cout)
const override
;
34
35
int
FillFromPHFlag
(
const
PHFlag
*flags)
override
;
36
int
PutFlagsBack
(
PHFlag
*flags)
override
;
37
38
private
:
39
int
FillIntFromPHFlag
(
const
PHFlag
*flags);
40
int
FillDoubleFromPHFlag
(
const
PHFlag
*flags);
41
int
FillFloatFromPHFlag
(
const
PHFlag
*flags);
42
int
FillCharFromPHFlag
(
const
PHFlag
*flags);
43
44
int
PutIntToPHFlag
(
PHFlag
*flags);
45
int
PutDoubleToPHFlag
(
PHFlag
*flags);
46
int
PutFloatToPHFlag
(
PHFlag
*flags);
47
int
PutCharToPHFlag
(
PHFlag
*flags);
48
49
void
PrintIntFlag
(std::ostream &os)
const
;
50
void
PrintDoubleFlag
(std::ostream &os)
const
;
51
void
PrintFloatFlag
(std::ostream &os)
const
;
52
void
PrintStringFlag
(std::ostream &os)
const
;
53
54
std::map<std::string, int>
intflag
;
55
std::map<std::string, double>
doubleflag
;
56
std::map<std::string, float>
floatflag
;
57
std::map<std::string, std::string>
stringflag
;
58
59
ClassDefOverride(
FlagSavev1
, 1)
60
61
};
62
63
#endif
fun4all_coresoftware
blob
master
offline
framework
ffaobjects
FlagSavev1.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:43
using
1.8.2 with
EIC GitHub integration