Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
framework
ffamodules
ffaobjects
CdbUrlSave.cc
CdbUrlSave.h
CdbUrlSaveLinkDef.h
CdbUrlSavev1.cc
CdbUrlSavev1.h
CdbUrlSavev1LinkDef.h
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
ffarawmodules
ffarawobjects
frog
fun4all
fun4allraw
fun4allutils
phool
phoolraw
packages
QA
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FlagSave.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FlagSave.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FFAOBJECTS_FLAGSAVE_H
4
#define FFAOBJECTS_FLAGSAVE_H
5
6
#include <
phool/PHObject.h
>
7
#include <
phool/phool.h
>
8
9
class
PHFlag
;
10
12
class
FlagSave
:
public
PHObject
13
{
14
public
:
16
~FlagSave
()
override
{}
17
19
void
Reset
()
override
20
{
21
std::cout <<
PHWHERE
<<
"ERROR Reset() not implemented by daughter class"
<< std::endl;
22
return
;
23
}
24
28
void
identify
(std::ostream&
os
= std::cout)
const override
29
{
30
os
<<
"identify yourself: virtual FlagSave Object"
<< std::endl;
31
return
;
32
}
33
35
int
isValid
()
const override
36
{
37
std::cout <<
PHWHERE
<<
"isValid not implemented by daughter class"
<< std::endl;
38
return
0;
39
}
40
44
virtual
int
FillFromPHFlag
(
const
PHFlag
*
/*flags*/
,
const
bool
/* clearold */
) {
return
-1; }
47
virtual
int
PutFlagsBack
(
PHFlag
*
/*flags*/
,
const
bool
/* overwrite */
) {
return
-1; }
48
49
private
:
50
ClassDefOverride(
FlagSave
, 1)
51
};
52
53
#endif
coresoftware
blob
master
offline
framework
ffaobjects
FlagSave.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration