CMS 3D CMS Logo

Classes | Functions
L1ITMuonBarrelPrimitiveProducer.cc File Reference
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include <FWCore/Framework/interface/ConsumesCollector.h>
#include "L1Trigger/L1TMuon/interface/deprecate/MuonTriggerPrimitive.h"
#include "L1Trigger/L1TMuonBarrel/src/Twinmux_v1/MBLTCollection.h"
#include "L1Trigger/L1TMuonBarrel/src/Twinmux_v1/MBLTCollectionFwd.h"
#include "DataFormats/MuonDetId/interface/RPCDetId.h"
#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhDigi.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhContainer.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambThDigi.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambThContainer.h"
#include "Geometry/Records/interface/MuonGeometryRecord.h"
#include "L1Trigger/L1TMuonBarrel/src/Twinmux_v1/PrimitiveCombiner.h"
#include "DataFormats/Math/interface/deltaPhi.h"

Go to the source code of this file.

Classes

class  L1ITMuonBarrelPrimitiveProducer
 

Functions

std::ostream & operator<< (std::ostream &out, const TriggerPrimitiveList &rpc)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const TriggerPrimitiveList rpc 
)
inline

Definition at line 50 of file L1ITMuonBarrelPrimitiveProducer.cc.

References end, and MillePedeFileConverter_cfg::out.

51 {
52  std::vector<TriggerPrimitiveRef>::const_iterator it = rpc.begin();
53  std::vector<TriggerPrimitiveRef>::const_iterator end = rpc.end();
54  for ( ; it != end ; ++it ) out << (*it)->getCMSGlobalPhi() << '\t';
55  out << std::endl;
56  return out;
57 }
#define end
Definition: vmac.h:37