Imperial Analysis
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ICSuperClusterProducer Class Reference

Produces an ic::SuperCluster collection from the separate barrel and endcap collections, which must be compatible with an edm::View<reco::SuperCluster> More...

#include "UserCode/ICHiggsTauTau/plugins/ICSuperClusterProducer.hh"

+ Inheritance diagram for ICSuperClusterProducer:

Public Member Functions

 ICSuperClusterProducer (const edm::ParameterSet &)
 
 ~ICSuperClusterProducer ()
 

Detailed Description

Produces an ic::SuperCluster collection from the separate barrel and endcap collections, which must be compatible with an edm::View<reco::SuperCluster>

Example usage

1 icSuperClusterProducer = cms.EDProducer('ICSuperClusterProducer',
2  branch = cms.string("superClusters"),
3  inputBarrel = cms.InputTag("correctedHybridSuperClusters"),
4  inputEndcap = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower")
5 )
Examples:
plugins/ICSuperClusterProducer.cc.

Definition at line 23 of file ICSuperClusterProducer.hh.

Constructor & Destructor Documentation

ICSuperClusterProducer::ICSuperClusterProducer ( const edm::ParameterSet &  config)
explicit
Examples:
plugins/ICSuperClusterProducer.cc.

Definition at line 19 of file ICSuperClusterProducer.cc.

ICSuperClusterProducer::~ICSuperClusterProducer ( )
Examples:
plugins/ICSuperClusterProducer.cc.

Definition at line 29 of file ICSuperClusterProducer.cc.


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