CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Fireworks/Core/src/FWEventItem.cc File Reference

#include <iostream>
#include <algorithm>
#include <exception>
#include <TClass.h>
#include "Fireworks/Core/interface/FWEventItem.h"
#include "DataFormats/FWLite/interface/Event.h"
#include "DataFormats/Common/interface/EDProduct.h"
#include "Fireworks/Core/interface/FWModelId.h"
#include "Fireworks/Core/interface/FWModelChangeManager.h"
#include "Fireworks/Core/interface/FWSelectionManager.h"
#include "Fireworks/Core/interface/FWItemAccessorBase.h"
#include "Fireworks/Core/interface/FWEventItemsManager.h"
#include "Fireworks/Core/src/FWGenericHandle.h"
#include "Fireworks/Core/interface/FWGeometry.h"
#include "Fireworks/Core/interface/fwLog.h"

Go to the source code of this file.

Functions

static const std::vector
< std::pair< std::string,
std::string > > & 
defaultMemberFunctionNames ()

Function Documentation

static const std::vector<std::pair<std::string,std::string> >& defaultMemberFunctionNames ( ) [static]

Definition at line 40 of file FWEventItem.cc.

{
   static std::vector<std::pair<std::string,std::string> > s_names;
   if(s_names.empty()){
      s_names.push_back(std::pair<std::string,std::string>("pt","GeV"));
      s_names.push_back(std::pair<std::string,std::string>("et","GeV"));
      s_names.push_back(std::pair<std::string,std::string>("energy","GeV"));
   }
   return s_names;
}