CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
KernelConstantData< T > Class Template Reference

#include <KernelManagerHGCalRecHit.h>

Public Member Functions

 KernelConstantData (T &data, HGCConstantVectorData &vdata)
 

Public Attributes

T data_
 
HGCConstantVectorData vdata_
 

Detailed Description

template<typename T>
class KernelConstantData< T >

Definition at line 21 of file KernelManagerHGCalRecHit.h.

Constructor & Destructor Documentation

◆ KernelConstantData()

template<typename T>
KernelConstantData< T >::KernelConstantData ( T data,
HGCConstantVectorData vdata 
)
inline

Definition at line 23 of file KernelManagerHGCalRecHit.h.

23  : data_(data), vdata_(vdata) {
27  "The KernelConstantData class does not support this type.");
28  }
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
Definition: Activities.doc:12
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80
HGCConstantVectorData vdata_

Member Data Documentation

◆ data_

template<typename T>
T KernelConstantData< T >::data_

◆ vdata_

template<typename T>
HGCConstantVectorData KernelConstantData< T >::vdata_