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

#include <DQAEvent.h>

Inheritance diagram for DQAEvent::DQAEvent:

Public Member Functions

 DQAEvent ()
 Default Constructor.
virtual ~DQAEvent ()
 Default Destructor.
unsigned int EventTag () const
void setEventTag (unsigned int value)
bool Bhabha () const
void setBhabha (bool value)
bool Dimu () const
void setDimu (bool value)
bool Hadron () const
void setHadron (bool value)
bool Cosmic () const
void setCosmic (bool value)
bool PipiRhopi () const
void setPipiRhopi (bool value)
bool Rhopi () const
void setRhopi (bool value)
bool Kstark () const
void setKstark (bool value)
bool Ppbar () const
void setPpbar (bool value)
bool Lambdalambdabar () const
void setLambdalambdabar (bool value)
bool Ppbarpipi () const
void setPpbarpipi (bool value)
 DQAEvent ()
 Default Constructor.
virtual ~DQAEvent ()
 Default Destructor.
unsigned int EventTag () const
void setEventTag (unsigned int value)
bool Bhabha () const
void setBhabha (bool value)
bool Dimu () const
void setDimu (bool value)
bool Hadron () const
void setHadron (bool value)
bool Cosmic () const
void setCosmic (bool value)
bool PipiRhopi () const
void setPipiRhopi (bool value)
bool Rhopi () const
void setRhopi (bool value)
bool Kstark () const
void setKstark (bool value)
bool Ppbar () const
void setPpbar (bool value)
bool Lambdalambdabar () const
void setLambdalambdabar (bool value)
bool Ppbarpipi () const
void setPpbarpipi (bool value)
 DQAEvent ()
 Default Constructor.
virtual ~DQAEvent ()
 Default Destructor.
unsigned int EventTag () const
void setEventTag (unsigned int value)
bool Bhabha () const
void setBhabha (bool value)
bool Dimu () const
void setDimu (bool value)
bool Hadron () const
void setHadron (bool value)
bool Cosmic () const
void setCosmic (bool value)
bool PipiRhopi () const
void setPipiRhopi (bool value)
bool Rhopi () const
void setRhopi (bool value)
bool Kstark () const
void setKstark (bool value)
bool Ppbar () const
void setPpbar (bool value)
bool Lambdalambdabar () const
void setLambdalambdabar (bool value)
bool Ppbarpipi () const
void setPpbarpipi (bool value)

Static Public Member Functions

static void * operator new (size_t size)
 operator new
static void * operator new (size_t size, void *pObj)
static void operator delete (void *p)
 operator delete
static void operator delete (void *p, void *pObj)
static void * operator new (size_t size)
 operator new
static void * operator new (size_t size, void *pObj)
static void operator delete (void *p)
 operator delete
static void operator delete (void *p, void *pObj)
static void * operator new (size_t size)
 operator new
static void * operator new (size_t size, void *pObj)
static void operator delete (void *p)
 operator delete
static void operator delete (void *p, void *pObj)

Detailed Description

Definition at line 37 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

Constructor & Destructor Documentation

◆ DQAEvent() [1/3]

DQAEvent::DQAEvent::DQAEvent ( )
inline

Default Constructor.

Definition at line 40 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

40: m_EventTag( 0 ) {}

◆ ~DQAEvent() [1/3]

virtual DQAEvent::DQAEvent::~DQAEvent ( )
inlinevirtual

Default Destructor.

Definition at line 43 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

43{}

◆ DQAEvent() [2/3]

DQAEvent::DQAEvent::DQAEvent ( )
inline

Default Constructor.

Definition at line 40 of file InstallArea/x86_64-el9-gcc13-dbg/include/DQAEvent/DQAEvent.h.

40: m_EventTag( 0 ) {}

◆ ~DQAEvent() [2/3]

virtual DQAEvent::DQAEvent::~DQAEvent ( )
inlinevirtual

Default Destructor.

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-dbg/include/DQAEvent/DQAEvent.h.

43{}

◆ DQAEvent() [3/3]

DQAEvent::DQAEvent::DQAEvent ( )
inline

Default Constructor.

Definition at line 40 of file InstallArea/x86_64-el9-gcc13-opt/include/DQAEvent/DQAEvent.h.

40: m_EventTag( 0 ) {}

◆ ~DQAEvent() [3/3]

virtual DQAEvent::DQAEvent::~DQAEvent ( )
inlinevirtual

Default Destructor.

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-opt/include/DQAEvent/DQAEvent.h.

43{}

Member Function Documentation

◆ Bhabha() [1/3]

bool DQAEvent::DQAEvent::Bhabha ( ) const
inline

Retrieve Bhabha event

Definition at line 205 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

205 {
206 return 0 != ( ( m_EventTag & BhabhaMask ) >> BhabhaBits );
207}

◆ Bhabha() [2/3]

bool DQAEvent::DQAEvent::Bhabha ( ) const

Retrieve Bhabha event

◆ Bhabha() [3/3]

bool DQAEvent::DQAEvent::Bhabha ( ) const

Retrieve Bhabha event

◆ Cosmic() [1/3]

bool DQAEvent::DQAEvent::Cosmic ( ) const
inline

Retrieve cosmic event

Definition at line 235 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

235 {
236 return 0 != ( ( m_EventTag & CosmicMask ) >> CosmicBits );
237}

◆ Cosmic() [2/3]

bool DQAEvent::DQAEvent::Cosmic ( ) const

Retrieve cosmic event

◆ Cosmic() [3/3]

bool DQAEvent::DQAEvent::Cosmic ( ) const

Retrieve cosmic event

◆ Dimu() [1/3]

bool DQAEvent::DQAEvent::Dimu ( ) const
inline

Retrieve di-muon event

Definition at line 215 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

215 {
216 return 0 != ( ( m_EventTag & DimuMask ) >> DimuBits );
217}

◆ Dimu() [2/3]

bool DQAEvent::DQAEvent::Dimu ( ) const

Retrieve di-muon event

◆ Dimu() [3/3]

bool DQAEvent::DQAEvent::Dimu ( ) const

Retrieve di-muon event

◆ EventTag() [1/3]

unsigned int DQAEvent::DQAEvent::EventTag ( ) const
inline

Retrieve const Event Tag

Definition at line 201 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

201{ return m_EventTag; }

◆ EventTag() [2/3]

unsigned int DQAEvent::DQAEvent::EventTag ( ) const

Retrieve const Event Tag

◆ EventTag() [3/3]

unsigned int DQAEvent::DQAEvent::EventTag ( ) const

Retrieve const Event Tag

◆ Hadron() [1/3]

bool DQAEvent::DQAEvent::Hadron ( ) const
inline

Retrieve inclusive hadronic event

Definition at line 225 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

225 {
226 return 0 != ( ( m_EventTag & HadronMask ) >> HadronBits );
227}

◆ Hadron() [2/3]

bool DQAEvent::DQAEvent::Hadron ( ) const

Retrieve inclusive hadronic event

◆ Hadron() [3/3]

bool DQAEvent::DQAEvent::Hadron ( ) const

Retrieve inclusive hadronic event

◆ Kstark() [1/3]

bool DQAEvent::DQAEvent::Kstark ( ) const
inline

Retrieve J/psi->Kstar K

Definition at line 265 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

265 {
266 return 0 != ( ( m_EventTag & KstarkMask ) >> KstarkBits );
267}

◆ Kstark() [2/3]

bool DQAEvent::DQAEvent::Kstark ( ) const

Retrieve J/psi->Kstar K

◆ Kstark() [3/3]

bool DQAEvent::DQAEvent::Kstark ( ) const

Retrieve J/psi->Kstar K

◆ Lambdalambdabar() [1/3]

bool DQAEvent::DQAEvent::Lambdalambdabar ( ) const
inline

Retrieve J/psi->Lambda Lambdabar

Definition at line 285 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

285 {
286 return 0 != ( ( m_EventTag & LambdalambdabarMask ) >> LambdalambdabarBits );
287}

◆ Lambdalambdabar() [2/3]

bool DQAEvent::DQAEvent::Lambdalambdabar ( ) const

Retrieve J/psi->Lambda Lambdabar

◆ Lambdalambdabar() [3/3]

bool DQAEvent::DQAEvent::Lambdalambdabar ( ) const

Retrieve J/psi->Lambda Lambdabar

◆ operator delete() [1/6]

void DQAEvent::DQAEvent::operator delete ( void * p)
inlinestatic

operator delete

Definition at line 149 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

149 {
150 boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::is_from( p )
151 ? boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::free( p )
152 : ::operator delete( p );
153 }

◆ operator delete() [2/6]

void DQAEvent::DQAEvent::operator delete ( void * p)
inlinestatic

operator delete

Definition at line 149 of file InstallArea/x86_64-el9-gcc13-dbg/include/DQAEvent/DQAEvent.h.

149 {
150 boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::is_from( p )
151 ? boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::free( p )
152 : ::operator delete( p );
153 }

◆ operator delete() [3/6]

void DQAEvent::DQAEvent::operator delete ( void * p)
inlinestatic

operator delete

Definition at line 149 of file InstallArea/x86_64-el9-gcc13-opt/include/DQAEvent/DQAEvent.h.

149 {
150 boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::is_from( p )
151 ? boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::free( p )
152 : ::operator delete( p );
153 }

◆ operator delete() [4/6]

void DQAEvent::DQAEvent::operator delete ( void * p,
void * pObj )
inlinestatic

placement operator delete not sure if really needed, but it does not harm

Definition at line 157 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

157{ ::operator delete( p, pObj ); }

◆ operator delete() [5/6]

void DQAEvent::DQAEvent::operator delete ( void * p,
void * pObj )
inlinestatic

placement operator delete not sure if really needed, but it does not harm

Definition at line 157 of file InstallArea/x86_64-el9-gcc13-dbg/include/DQAEvent/DQAEvent.h.

157{ ::operator delete( p, pObj ); }

◆ operator delete() [6/6]

void DQAEvent::DQAEvent::operator delete ( void * p,
void * pObj )
inlinestatic

placement operator delete not sure if really needed, but it does not harm

Definition at line 157 of file InstallArea/x86_64-el9-gcc13-opt/include/DQAEvent/DQAEvent.h.

157{ ::operator delete( p, pObj ); }

◆ operator new() [1/6]

void * DQAEvent::DQAEvent::operator new ( size_t size)
inlinestatic

operator new

Definition at line 135 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

135 {
136 return ( sizeof( DQAEvent ) == size
137 ? boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::malloc()
138 : ::operator new( size ) );
139 }

◆ operator new() [2/6]

void * DQAEvent::DQAEvent::operator new ( size_t size)
inlinestatic

operator new

Definition at line 135 of file InstallArea/x86_64-el9-gcc13-dbg/include/DQAEvent/DQAEvent.h.

135 {
136 return ( sizeof( DQAEvent ) == size
137 ? boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::malloc()
138 : ::operator new( size ) );
139 }

◆ operator new() [3/6]

void * DQAEvent::DQAEvent::operator new ( size_t size)
inlinestatic

operator new

Definition at line 135 of file InstallArea/x86_64-el9-gcc13-opt/include/DQAEvent/DQAEvent.h.

135 {
136 return ( sizeof( DQAEvent ) == size
137 ? boost::singleton_pool<DQAEvent, sizeof( DQAEvent )>::malloc()
138 : ::operator new( size ) );
139 }

◆ operator new() [4/6]

void * DQAEvent::DQAEvent::operator new ( size_t size,
void * pObj )
inlinestatic

placement operator new it is needed by libstdc++ 3.2.3 (e.g. in std::vector) it is not needed in libstdc++ >= 3.4

Definition at line 144 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

144 {
145 return ::operator new( size, pObj );
146 }

◆ operator new() [5/6]

void * DQAEvent::DQAEvent::operator new ( size_t size,
void * pObj )
inlinestatic

placement operator new it is needed by libstdc++ 3.2.3 (e.g. in std::vector) it is not needed in libstdc++ >= 3.4

Definition at line 144 of file InstallArea/x86_64-el9-gcc13-dbg/include/DQAEvent/DQAEvent.h.

144 {
145 return ::operator new( size, pObj );
146 }

◆ operator new() [6/6]

void * DQAEvent::DQAEvent::operator new ( size_t size,
void * pObj )
inlinestatic

placement operator new it is needed by libstdc++ 3.2.3 (e.g. in std::vector) it is not needed in libstdc++ >= 3.4

Definition at line 144 of file InstallArea/x86_64-el9-gcc13-opt/include/DQAEvent/DQAEvent.h.

144 {
145 return ::operator new( size, pObj );
146 }

◆ PipiRhopi() [1/3]

bool DQAEvent::DQAEvent::PipiRhopi ( ) const
inline

Retrieve psi'->pi+ pi- J/psi, J/psi->Rho pi

Definition at line 245 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

245 {
246 return 0 != ( ( m_EventTag & PipiRhopiMask ) >> PipiRhopiBits );
247}

◆ PipiRhopi() [2/3]

bool DQAEvent::DQAEvent::PipiRhopi ( ) const

Retrieve psi'->pi+ pi- J/psi, J/psi->Rho pi

◆ PipiRhopi() [3/3]

bool DQAEvent::DQAEvent::PipiRhopi ( ) const

Retrieve psi'->pi+ pi- J/psi, J/psi->Rho pi

◆ Ppbar() [1/3]

bool DQAEvent::DQAEvent::Ppbar ( ) const
inline

Retrieve J/psi->P Pbar

Definition at line 275 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

275 {
276 return 0 != ( ( m_EventTag & PpbarMask ) >> PpbarBits );
277}

◆ Ppbar() [2/3]

bool DQAEvent::DQAEvent::Ppbar ( ) const

Retrieve J/psi->P Pbar

◆ Ppbar() [3/3]

bool DQAEvent::DQAEvent::Ppbar ( ) const

Retrieve J/psi->P Pbar

◆ Ppbarpipi() [1/3]

bool DQAEvent::DQAEvent::Ppbarpipi ( ) const
inline

Retrieve J/psi->p pbar pi+ pi-

Definition at line 295 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

295 {
296 return 0 != ( ( m_EventTag & PpbarpipiMask ) >> PpbarpipiBits );
297}

◆ Ppbarpipi() [2/3]

bool DQAEvent::DQAEvent::Ppbarpipi ( ) const

Retrieve J/psi->p pbar pi+ pi-

◆ Ppbarpipi() [3/3]

bool DQAEvent::DQAEvent::Ppbarpipi ( ) const

Retrieve J/psi->p pbar pi+ pi-

◆ Rhopi() [1/3]

bool DQAEvent::DQAEvent::Rhopi ( ) const
inline

Retrieve J/psi->Rho pi

Definition at line 255 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

255 {
256 return 0 != ( ( m_EventTag & RhopiMask ) >> RhopiBits );
257}

◆ Rhopi() [2/3]

bool DQAEvent::DQAEvent::Rhopi ( ) const

Retrieve J/psi->Rho pi

◆ Rhopi() [3/3]

bool DQAEvent::DQAEvent::Rhopi ( ) const

Retrieve J/psi->Rho pi

◆ setBhabha() [1/3]

void DQAEvent::DQAEvent::setBhabha ( bool value)
inline

Update Bhabha event

Definition at line 209 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

209 {
210 unsigned int val = (unsigned int)value;
211 m_EventTag &= ~BhabhaMask;
212 m_EventTag |= ( ( ( (unsigned int)val ) << BhabhaBits ) & BhabhaMask );
213}

◆ setBhabha() [2/3]

void DQAEvent::DQAEvent::setBhabha ( bool value)

Update Bhabha event

◆ setBhabha() [3/3]

void DQAEvent::DQAEvent::setBhabha ( bool value)

Update Bhabha event

◆ setCosmic() [1/3]

void DQAEvent::DQAEvent::setCosmic ( bool value)
inline

Update cosmic event

Definition at line 239 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

239 {
240 unsigned int val = (unsigned int)value;
241 m_EventTag &= ~CosmicMask;
242 m_EventTag |= ( ( ( (unsigned int)val ) << CosmicBits ) & CosmicMask );
243}

◆ setCosmic() [2/3]

void DQAEvent::DQAEvent::setCosmic ( bool value)

Update cosmic event

◆ setCosmic() [3/3]

void DQAEvent::DQAEvent::setCosmic ( bool value)

Update cosmic event

◆ setDimu() [1/3]

void DQAEvent::DQAEvent::setDimu ( bool value)
inline

Update di-muon event

Definition at line 219 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

219 {
220 unsigned int val = (unsigned int)value;
221 m_EventTag &= ~DimuMask;
222 m_EventTag |= ( ( ( (unsigned int)val ) << DimuBits ) & DimuMask );
223}

◆ setDimu() [2/3]

void DQAEvent::DQAEvent::setDimu ( bool value)

Update di-muon event

◆ setDimu() [3/3]

void DQAEvent::DQAEvent::setDimu ( bool value)

Update di-muon event

◆ setEventTag() [1/3]

void DQAEvent::DQAEvent::setEventTag ( unsigned int value)
inline

Update Event Tag

Definition at line 203 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

203{ m_EventTag = value; }

◆ setEventTag() [2/3]

void DQAEvent::DQAEvent::setEventTag ( unsigned int value)

Update Event Tag

◆ setEventTag() [3/3]

void DQAEvent::DQAEvent::setEventTag ( unsigned int value)

Update Event Tag

◆ setHadron() [1/3]

void DQAEvent::DQAEvent::setHadron ( bool value)
inline

Update inclusive hadronic event

Definition at line 229 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

229 {
230 unsigned int val = (unsigned int)value;
231 m_EventTag &= ~HadronMask;
232 m_EventTag |= ( ( ( (unsigned int)val ) << HadronBits ) & HadronMask );
233}

◆ setHadron() [2/3]

void DQAEvent::DQAEvent::setHadron ( bool value)

Update inclusive hadronic event

◆ setHadron() [3/3]

void DQAEvent::DQAEvent::setHadron ( bool value)

Update inclusive hadronic event

◆ setKstark() [1/3]

void DQAEvent::DQAEvent::setKstark ( bool value)
inline

Update J/psi->Kstar K

Definition at line 269 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

269 {
270 unsigned int val = (unsigned int)value;
271 m_EventTag &= ~KstarkMask;
272 m_EventTag |= ( ( ( (unsigned int)val ) << KstarkBits ) & KstarkMask );
273}

◆ setKstark() [2/3]

void DQAEvent::DQAEvent::setKstark ( bool value)

Update J/psi->Kstar K

◆ setKstark() [3/3]

void DQAEvent::DQAEvent::setKstark ( bool value)

Update J/psi->Kstar K

◆ setLambdalambdabar() [1/3]

void DQAEvent::DQAEvent::setLambdalambdabar ( bool value)
inline

Update J/psi->Lambda Lambdabar

Definition at line 289 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

289 {
290 unsigned int val = (unsigned int)value;
291 m_EventTag &= ~LambdalambdabarMask;
292 m_EventTag |= ( ( ( (unsigned int)val ) << LambdalambdabarBits ) & LambdalambdabarMask );
293}

◆ setLambdalambdabar() [2/3]

void DQAEvent::DQAEvent::setLambdalambdabar ( bool value)

Update J/psi->Lambda Lambdabar

◆ setLambdalambdabar() [3/3]

void DQAEvent::DQAEvent::setLambdalambdabar ( bool value)

Update J/psi->Lambda Lambdabar

◆ setPipiRhopi() [1/3]

void DQAEvent::DQAEvent::setPipiRhopi ( bool value)
inline

Update psi'->pi+ pi- J/psi, J/psi->Rho pi

Definition at line 249 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

249 {
250 unsigned int val = (unsigned int)value;
251 m_EventTag &= ~PipiRhopiMask;
252 m_EventTag |= ( ( ( (unsigned int)val ) << PipiRhopiBits ) & PipiRhopiMask );
253}

◆ setPipiRhopi() [2/3]

void DQAEvent::DQAEvent::setPipiRhopi ( bool value)

Update psi'->pi+ pi- J/psi, J/psi->Rho pi

◆ setPipiRhopi() [3/3]

void DQAEvent::DQAEvent::setPipiRhopi ( bool value)

Update psi'->pi+ pi- J/psi, J/psi->Rho pi

◆ setPpbar() [1/3]

void DQAEvent::DQAEvent::setPpbar ( bool value)
inline

Update J/psi->P Pbar

Definition at line 279 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

279 {
280 unsigned int val = (unsigned int)value;
281 m_EventTag &= ~PpbarMask;
282 m_EventTag |= ( ( ( (unsigned int)val ) << PpbarBits ) & PpbarMask );
283}

◆ setPpbar() [2/3]

void DQAEvent::DQAEvent::setPpbar ( bool value)

Update J/psi->P Pbar

◆ setPpbar() [3/3]

void DQAEvent::DQAEvent::setPpbar ( bool value)

Update J/psi->P Pbar

◆ setPpbarpipi() [1/3]

void DQAEvent::DQAEvent::setPpbarpipi ( bool value)
inline

Update J/psi->p pbar pi+ pi-

Definition at line 299 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

299 {
300 unsigned int val = (unsigned int)value;
301 m_EventTag &= ~PpbarpipiMask;
302 m_EventTag |= ( ( ( (unsigned int)val ) << PpbarpipiBits ) & PpbarpipiMask );
303}

◆ setPpbarpipi() [2/3]

void DQAEvent::DQAEvent::setPpbarpipi ( bool value)

Update J/psi->p pbar pi+ pi-

◆ setPpbarpipi() [3/3]

void DQAEvent::DQAEvent::setPpbarpipi ( bool value)

Update J/psi->p pbar pi+ pi-

◆ setRhopi() [1/3]

void DQAEvent::DQAEvent::setRhopi ( bool value)
inline

Update J/psi->Rho pi

Definition at line 259 of file DQA/DQAEvent/include/DQAEvent/DQAEvent.h.

259 {
260 unsigned int val = (unsigned int)value;
261 m_EventTag &= ~RhopiMask;
262 m_EventTag |= ( ( ( (unsigned int)val ) << RhopiBits ) & RhopiMask );
263}

◆ setRhopi() [2/3]

void DQAEvent::DQAEvent::setRhopi ( bool value)

Update J/psi->Rho pi

◆ setRhopi() [3/3]

void DQAEvent::DQAEvent::setRhopi ( bool value)

Update J/psi->Rho pi


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