The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::RootRef Struct Reference

Persistent reference object. More...

#include <RootCnv/RootRefs.h>

Public Member Functions

 RootRef ()
 Standard constructor.
 
 RootRef (const RootRef &c)=default
 Copy constructor.
 
RootRefoperator= (const RootRef &c)=default
 Assignment operator.
 
void reset ()
 Reset data content.
 
 RootRef ()
 Standard constructor.
 
 RootRef (const RootRef &c)
 Copy constructor.
 
RootRefoperator= (const RootRef &c)
 Assignment operator.
 
void reset ()
 Reset data content.
 

Public Attributes

int dbase
 Data members to define object location in the persistent world.
 
int container
 
int link
 
int clid
 
int svc
 
int entry
 

Detailed Description

Persistent reference object.

Author
M.Frank
Version
1.0

Definition at line 44 of file extractEvt.C.

Constructor & Destructor Documentation

◆ RootRef() [1/4]

Gaudi::RootRef::RootRef ( )
inline

Standard constructor.

Definition at line 43 of file RootRefs.h.

43{ this->reset(); }
void reset()
Reset data content.
Definition RootRefs.h:49

◆ RootRef() [2/4]

Gaudi::RootRef::RootRef ( const RootRef & c)
default

Copy constructor.

◆ RootRef() [3/4]

Gaudi::RootRef::RootRef ( )
inline

Standard constructor.

Definition at line 48 of file extractEvt.C.

48{ this->reset(); }

◆ RootRef() [4/4]

Gaudi::RootRef::RootRef ( const RootRef & c)
inline

Copy constructor.

Definition at line 50 of file extractEvt.C.

51 : dbase( c.dbase ), container( c.container ), link( c.link ), clid( c.clid ), svc( c.svc ), entry( c.entry ) {}
int dbase
Data members to define object location in the persistent world.
Definition RootRefs.h:41

Member Function Documentation

◆ operator=() [1/2]

RootRef & Gaudi::RootRef::operator= ( const RootRef & c)
inline

Assignment operator.

Definition at line 53 of file extractEvt.C.

53 {
54 dbase = c.dbase;
55 container = c.container;
56 link = c.link;
57 clid = c.clid;
58 svc = c.svc;
59 entry = c.entry;
60 return *this;
61 }

◆ operator=() [2/2]

RootRef & Gaudi::RootRef::operator= ( const RootRef & c)
default

Assignment operator.

◆ reset() [1/2]

void Gaudi::RootRef::reset ( )
inline

Reset data content.

Definition at line 49 of file RootRefs.h.

49 {
50 dbase = -1;
51 container = -1;
52 link = -1;
53 entry = -1;
54 svc = 1;
55 clid = 1;
56 }

◆ reset() [2/2]

void Gaudi::RootRef::reset ( )
inline

Reset data content.

Definition at line 63 of file extractEvt.C.

63 {
64 dbase = -1;
65 container = -1;
66 link = -1;
67 entry = -1;
68 svc = 1;
69 clid = 1;
70 }

Member Data Documentation

◆ clid

int Gaudi::RootRef::clid

Definition at line 41 of file RootRefs.h.

◆ container

int Gaudi::RootRef::container

Definition at line 41 of file RootRefs.h.

◆ dbase

int Gaudi::RootRef::dbase

Data members to define object location in the persistent world.

Definition at line 41 of file RootRefs.h.

◆ entry

int Gaudi::RootRef::entry

Definition at line 41 of file RootRefs.h.

◆ link

int Gaudi::RootRef::link

Definition at line 41 of file RootRefs.h.

◆ svc

int Gaudi::RootRef::svc

Definition at line 41 of file RootRefs.h.


The documentation for this struct was generated from the following files: