EDM4eic
EIC data model
Loading...
Searching...
No Matches
edm4eic::ProtoClusterObj Class Reference

#include <ProtoClusterObj.h>

Public Member Functions

 ProtoClusterObj ()
 constructor
 
 ProtoClusterObj (const ProtoClusterObj &)
 copy constructor (does a deep-copy of relation containers)
 
 ProtoClusterObj (const podio::ObjectID id, ProtoClusterData data)
 
ProtoClusterObjoperator= (const ProtoClusterObj &)=delete
 No assignment operator.
 
virtual ~ProtoClusterObj ()
 

Public Attributes

podio::ObjectID id
 
ProtoClusterData data
 
std::vector< edm4eic::CalorimeterHit > * m_hits {nullptr}
 
std::vector< float > * m_weights {nullptr}
 

Constructor & Destructor Documentation

◆ ProtoClusterObj() [1/3]

edm4eic::ProtoClusterObj::ProtoClusterObj ( )

constructor

◆ ProtoClusterObj() [2/3]

edm4eic::ProtoClusterObj::ProtoClusterObj ( const ProtoClusterObj & other)

copy constructor (does a deep-copy of relation containers)

◆ ProtoClusterObj() [3/3]

edm4eic::ProtoClusterObj::ProtoClusterObj ( const podio::ObjectID id,
ProtoClusterData data )

constructor from ObjectID and ProtoClusterData does not initialize the internal relation containers

◆ ~ProtoClusterObj()

edm4eic::ProtoClusterObj::~ProtoClusterObj ( )
virtual

Member Function Documentation

◆ operator=()

ProtoClusterObj & edm4eic::ProtoClusterObj::operator= ( const ProtoClusterObj & )
delete

No assignment operator.

Member Data Documentation

◆ data

ProtoClusterData edm4eic::ProtoClusterObj::data

◆ id

podio::ObjectID edm4eic::ProtoClusterObj::id

◆ m_hits

std::vector<edm4eic::CalorimeterHit>* edm4eic::ProtoClusterObj::m_hits {nullptr}

◆ m_weights

std::vector<float>* edm4eic::ProtoClusterObj::m_weights {nullptr}

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