CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/PhysicsTools/CandAlgos/plugins/EventShapeVarsProducer.cc File Reference

#include "PhysicsTools/CandAlgos/plugins/EventShapeVarsProducer.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/View.h"
#include "PhysicsTools/CandUtils/interface/EventShapeVariables.h"
#include "PhysicsTools/CandUtils/interface/Thrust.h"
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 27 of file EventShapeVarsProducer.cc.

References edm::Event::put().

Referenced by EventShapeVarsProducer::produce().

{
  std::auto_ptr<double> eventShapeVarPtr(new double(value));
  evt.put(eventShapeVarPtr, instanceName);
}