CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EMTFTokens.cc
Go to the documentation of this file.
4 
5 #include "EMTFTokens.h"
6 
7 namespace l1t {
8  namespace stage2 {
10  {
11  auto tag = cfg.getParameter<edm::InputTag>("InputLabel");
12 
13  // EMTFMuonCandToken_ = cc.consumes<EMTFMuonCandBxCollection>(tag); // Does this need a tag? which one? - AWB 11.01.15
14  EMTFOutputToken_ = cc.consumes<EMTFOutputCollection>(tag); // Does this need a tag? which one? - AWB 11.01.15
15  }
16  }
17 }
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
T getParameter(std::string const &) const
tuple cfg
Definition: looper.py:293
EMTFTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: EMTFTokens.cc:9
edm::EDGetTokenT< EMTFOutputCollection > EMTFOutputToken_
Definition: EMTFTokens.h:17
std::vector< EMTFOutput > EMTFOutputCollection
Definition: EMTFOutput.h:102