CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Enumerations | Functions
EcalFloatCondObjectContainerPyWrapper.cc File Reference
#include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "CondCore/Utilities/interface/PayLoadInspector.h"
#include "CondCore/Utilities/interface/InspectorPythonWrapper.h"
#include "CondTools/Ecal/interface/EcalFloatCondObjectContainerXMLTranslator.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include <string>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <numeric>
#include <iterator>
#include <boost/ref.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/iterator/transform_iterator.hpp>

Go to the source code of this file.

Classes

struct  cond::ExtractWhat< ecalcond::Container >
 
struct  pythonID::pluginName_EcalFloatCondObjectContainer
 
class  cond::ValueExtractor< ecalcond::Container >
 

Namespaces

 cond
 
 cond::ecalcond
 
 condPython
 
 pythonID
 

Enumerations

enum  cond::ecalcond::How {
  cond::ecalcond::singleChannel, cond::ecalcond::bySuperModule, cond::ecalcond::barrel, cond::ecalcond::endcap,
  cond::ecalcond::all, cond::ecalcond::singleChannel, cond::ecalcond::bySuperModule, cond::ecalcond::all,
  cond::ecalcond::singleChannel, cond::ecalcond::bySuperModule, cond::ecalcond::all, cond::ecalcond::singleChannel,
  cond::ecalcond::bySuperModule, cond::ecalcond::all, cond::ecalcond::singleChannel, cond::ecalcond::bySuperModule,
  cond::ecalcond::all, cond::ecalcond::singleChannel, cond::ecalcond::bySuperModule, cond::ecalcond::barrel,
  cond::ecalcond::endcap, cond::ecalcond::all, cond::ecalcond::singleChannel, cond::ecalcond::bySuperModule,
  cond::ecalcond::all
}
 

Functions

 BOOST_PYTHON_MODULE (pluginEcalFloatCondObjectContainerPyInterface)
 
template<>
void condPython::defineWhat< cond::ecalcond::Container > ()
 
void cond::ecalcond::extractAll (Container const &cont, std::vector< int > const &, std::vector< float > &result)
 
void cond::ecalcond::extractBarrel (Container const &cont, std::vector< int > const &, std::vector< float > &result)
 
void cond::ecalcond::extractEndcap (Container const &cont, std::vector< int > const &, std::vector< float > &result)
 
void cond::ecalcond::extractSingleChannel (Container const &cont, std::vector< int > const &which, std::vector< float > &result)
 
void cond::ecalcond::extractSuperModules (Container const &cont, std::vector< int > const &which, std::vector< float > &result)
 
static
cond::ClassInfoFactory::PMaker
< pythonID::pluginName_EcalFloatCondObjectContainer
s_maker__LINE__ (pythonID::pluginName_EcalFloatCondObjectContainer().pluginName(cond::idCategories::pythonIDCategory).c_str())
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalFloatCondObjectContainerPyInterface  )

Definition at line 334 of file EcalFloatCondObjectContainerPyWrapper.cc.

static cond::ClassInfoFactory ::PMaker< pythonID:: pluginName_EcalFloatCondObjectContainer > s_maker__LINE__ ( pythonID::  pluginName_EcalFloatCondObjectContainer).pluginName(cond::idCategories::pythonIDCategory).c_str()
static