Skip to content

Commit

Permalink
getCollections
Browse files Browse the repository at this point in the history
  • Loading branch information
shervin committed Jan 9, 2015
1 parent 4eb6d2e commit 161a601
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RecoEcal/EgammaCoreTools/interface/EcalClusterLazyTools.h
Expand Up @@ -90,6 +90,13 @@ class EcalClusterLazyToolsBase {
// std::vector<int> flagsexcl_;
// std::vector<int> severitiesexcl_;

public:
inline const EcalRecHitCollection *getEcalEBRecHitCollection(void){return ebRecHits_;};
inline const EcalRecHitCollection *getEcalEERecHitCollection(void){return eeRecHits_;};
inline const EcalRecHitCollection *getEcalESRecHitCollection(void){return esRecHits_;};
inline const EcalIntercalibConstants& getEcalIntercalibConstants(void){return icalMap;};
inline const edm::ESHandle<EcalLaserDbService>& getLaserHandle(void){return laser;};

}; // class EcalClusterLazyToolsBase

template<class EcalClusterToolsImpl>
Expand Down

0 comments on commit 161a601

Please sign in to comment.