CMS 3D CMS Logo

Functions
ClusterChargeCut.h File Reference
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <iostream>
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"

Go to the source code of this file.

Functions

float clusterChargeCut (const edm::ParameterSet &conf, const char *name="clusterChargeCut")
 
edm::ParameterSetDescription getFilledConfigurationDescription4CCC ()
 

Function Documentation

float clusterChargeCut ( const edm::ParameterSet conf,
const char *  name = "clusterChargeCut" 
)
inline
edm::ParameterSetDescription getFilledConfigurationDescription4CCC ( )
inline

Definition at line 12 of file ClusterChargeCut.h.

References edm::ParameterSetDescription::add().

12  {
13  // HLTSiStripClusterChargeCutNone: -1.0
14  // HLTSiStripClusterChargeCutTiny: 800.0
15  // HLTSiStripClusterChargeCutLoose: 1620.0
16  // HLTSiStripClusterChargeCutTight: 1945.0
17 
19  desc.add<double>("value",1620.0);
20  return desc;
21 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)