CMS 3D CMS Logo

Classes | Functions
EventShapeVarsProducer.cc File Reference
#include "FWCore/Framework/interface/global/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "PhysicsTools/CandUtils/interface/EventShapeVariables.h"
#include "PhysicsTools/CandUtils/interface/Thrust.h"
#include <memory>
#include <vector>
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

class  EventShapeVarsProducer
 

Functions

void put (edm::Event &evt, double value, const char *instanceName)
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< EventShapeVarsProducer > > s_filler_0__LINE__ ("EventShapeVarsProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< EventShapeVarsProducer > > s_maker__LINE__ ("EventShapeVarsProducer")
 

Function Documentation

◆ put()

void put ( edm::Event evt,
double  value,
const char *  instanceName 
)

Definition at line 69 of file EventShapeVarsProducer.cc.

References edm::Event::put().

Referenced by CaloTruthAccumulator::accumulateEvent(), MtdTruthAccumulator::accumulateEvent(), trackerTFP::GeometricProcessor::produce(), trackerTFP::KalmanFilter::produce(), and EventShapeVarsProducer::produce().

69  {
70  evt.put(std::make_unique<double>(value), instanceName);
71 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
Definition: value.py:1

◆ s_filler_0__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< EventShapeVarsProducer > > s_filler_0__LINE__ ( "EventShapeVarsProducer"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< EventShapeVarsProducer > > s_maker__LINE__ ( "EventShapeVarsProducer"  )
static