BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
McEventCollection_dict Class Reference

Public Member Functions

 McEventCollection_dict ()

Static Public Member Functions

static int tobase_2585 (void *)
static void * constructor_2586 (void *, const std::vector< void * > &)
static void * constructor_2587 (void *)
static void destructor (void *o)

Detailed Description

Definition at line 79 of file McEventDict_dict.cpp.

Constructor & Destructor Documentation

◆ McEventCollection_dict()

McEventCollection_dict::McEventCollection_dict ( )

Definition at line 89 of file McEventDict_dict.cpp.

89 {
90 ClassBuilder _c_( "McEventCollection", "", typeid( McEventCollection ),
91 sizeof( McEventCollection ), std::vector<const std::type_info*>(), false,
92 NOCONTAINER, 0, PUBLIC | VIRTUAL );
93 _c_.addSuperClass( "DataVector<HepMC::GenEvent>", 0, tobase_2585 );
94 _c_.addMethod( "McEventCollection", "", "McEventCollection", "McEventCollection&",
95 constructor_2586, PUBLIC );
96 _c_.addMethod( "McEventCollection", "", "McEventCollection", constructor_2587, PUBLIC );
97 _c_.addMethod( "~McEventCollection", "", destructor, PUBLIC | VIRTUAL );
98 _c_.addProperty( "ClassID", (char*)"6DE62B45-7C72-4539-92F2-3A8E739A4AC3" );
99 _c_.build();
100}
static int tobase_2585(void *)
static void destructor(void *o)
static void * constructor_2586(void *, const std::vector< void * > &)
static void * constructor_2587(void *)

Member Function Documentation

◆ constructor_2586()

void * McEventCollection_dict::constructor_2586 ( void * mem,
const std::vector< void * > & arg )
static

Definition at line 106 of file McEventDict_dict.cpp.

106 {
107 return new ( mem ) McEventCollection( *(const McEventCollection*)arg[0] );
108}
double arg(const EvtComplex &c)

Referenced by McEventCollection_dict().

◆ constructor_2587()

void * McEventCollection_dict::constructor_2587 ( void * mem)
static

Definition at line 110 of file McEventDict_dict.cpp.

110 {
111 return new ( mem ) McEventCollection();
112}

Referenced by McEventCollection_dict().

◆ destructor()

void McEventCollection_dict::destructor ( void * o)
inlinestatic

Definition at line 85 of file McEventDict_dict.cpp.

85{ ( (McEventCollection*)o )->~McEventCollection(); }

Referenced by McEventCollection_dict().

◆ tobase_2585()

int McEventCollection_dict::tobase_2585 ( void * o)
static

Definition at line 102 of file McEventDict_dict.cpp.

102 {
103 return (int)(DataVector<HepMC::GenEvent>*)(McEventCollection*)o - (int)(McEventCollection*)o;
104}

Referenced by McEventCollection_dict().


The documentation for this class was generated from the following file: