Belle II Software  release-05-02-19
TrgEclBeamBKG Class Reference

A Class of ECL Trigger clustering
More...

#include <TrgEclBeamBKG.h>

Collaboration diagram for TrgEclBeamBKG:

Public Member Functions

 TrgEclBeamBKG ()
 Constructor.
 
virtual ~TrgEclBeamBKG ()
 Constructor. More...
 
bool GetBeamBkg (std::vector< std::vector< double >>)
 Destructor.
 

Private Attributes

int Quadrant [3][4]
 4 region along r phi plane

 
TrgEclMapping_TCMap
 Object of TC Mapping.
 

Detailed Description

A Class of ECL Trigger clustering

Definition at line 34 of file TrgEclBeamBKG.h.

Constructor & Destructor Documentation

◆ ~TrgEclBeamBKG()

~TrgEclBeamBKG ( )
virtual

Constructor.

Destructor

Definition at line 39 of file TrgEclBeamBKG.cc.

40 {
41 
42  delete _TCMap;
43 }

The documentation for this class was generated from the following files:
Belle2::TrgEclBeamBKG::_TCMap
TrgEclMapping * _TCMap
Object of TC Mapping.
Definition: TrgEclBeamBKG.h:52