repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
nistefan/cmssw | EgammaAnalysis/ElectronTools/plugins/CalibratedElectronProducersRun2.cc | <reponame>nistefan/cmssw<gh_stars>1-10
#ifndef CalibratedElectronProducerRun2_h
#define CalibratedElectronProducerRun2_h
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSet... |
nistefan/cmssw | RecoTracker/TkHitPairs/src/HitPairGeneratorFromLayerPair.cc | <reponame>nistefan/cmssw
#include "RecoTracker/TkHitPairs/interface/HitPairGeneratorFromLayerPair.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "TrackingTools/DetLayers/interface/DetLayer.h"
#include "TrackingTools/DetLayers/interface/BarrelDetLayer.h"
#include "TrackingTools/DetLayers/interfac... |
nistefan/cmssw | DataFormats/LTCDigi/src/LTCDigi.cc | #include "DataFormats/LTCDigi/interface/LTCDigi.h"
LTCDigi::LTCDigi(const unsigned char *data)
{
// six 64 bit words
cms_uint64_t const *ld = reinterpret_cast<cms_uint64_t const*>(data);
trigType_ = (ld[0]>>56)& 0xFULL; // 4 bits
eventID_ = (ld[0]>>32)&0x00FFFFFFULL; // 24 bits
runNumber_ =... |
nistefan/cmssw | TopQuarkAnalysis/TopJetCombination/src/TtHadSimpleBestJetComb.cc | <gh_stars>1-10
#include "TopQuarkAnalysis/TopJetCombination/interface/TtHadSimpleBestJetComb.h"
//
// adapted Id: TtSemiSimpleBestJetComb.cc,v 1.2 2007/06/09 01:17:40 lowette Exp
// for fully hadronic channel
/**
\class TtHadSimpleBestJetComb
\brief Based on the TtSemiSimpleBestJetComb.by: <NAME>
version... |
nistefan/cmssw | TopQuarkAnalysis/TopTools/plugins/TtFullHadJetPartonMatch.cc | <reponame>nistefan/cmssw
#include "FWCore/Framework/interface/MakerMacros.h"
#include "TopQuarkAnalysis/TopTools/plugins/TtJetPartonMatch.h"
#include "AnalysisDataFormats/TopObjects/interface/TtFullHadEvtPartons.h"
typedef TtJetPartonMatch< TtFullHadEvtPartons > TtFullHadJetPartonMatch;
DEFINE_FWK_MODULE(TtFullHadJet... |
nistefan/cmssw | CalibFormats/SiPixelObjects/src/PixelConfigurationVerifier.cc | <reponame>nistefan/cmssw
//
//
//
//
#include "CalibFormats/SiPixelObjects/interface/PixelConfigurationVerifier.h"
#include "CalibFormats/SiPixelObjects/interface/PixelChannel.h"
#include "CalibFormats/SiPixelObjects/interface/PixelROCStatus.h"
#include <set>
#include <cassert>
using namespace pos;
using namespace s... |
nistefan/cmssw | FWCore/MessageService/test/UnitTestClient_F.cc | <reponame>nistefan/cmssw
#include "FWCore/MessageService/test/UnitTestClient_F.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include <iostream>
#include <string>
namespace edmtest
{
void
UnitTestClient_F::analyze( edm::Event const & /*unused... |
nistefan/cmssw | DetectorDescription/Parser/src/DDLEllipticalTube.cc | <filename>DetectorDescription/Parser/src/DDLEllipticalTube.cc
#include "DetectorDescription/Parser/src/DDLEllipticalTube.h"
#include "DetectorDescription/Core/interface/DDSolid.h"
#include "DetectorDescription/Core/interface/ClhepEvaluator.h"
#include "DetectorDescription/Parser/interface/DDLElementRegistry.h"
#include... |
nistefan/cmssw | DataFormats/Common/test/ref_t.cppunit.cc | /*
* ref_t.cppunit.cc
* CMSSW
*
* Created by <NAME> on 02/11/05.
*
*/
#include "cppunit/extensions/HelperMacros.h"
#include <vector>
#include "DataFormats/Common/interface/EDProductGetter.h"
#include "DataFormats/Common/interface/OrphanHandle.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFor... |
nistefan/cmssw | PhysicsTools/PatUtils/src/RazorComputer.cc | #include "PhysicsTools/PatUtils/interface/RazorComputer.h"
#include "TLorentzVector.h"
RazorBox::RazorBox( const CachingVariable::CachingVariableFactoryArg& arg, edm::ConsumesCollector& iC) :
CachingVariable("RazorBox",arg.n,arg.iConfig,iC){
}
void RazorBox::compute( const edm::Event & iEvent) const{
}
RazorCo... |
nistefan/cmssw | DataFormats/RecoCandidate/src/CaloRecHitCandidate.cc | #include "DataFormats/RecoCandidate/interface/CaloRecHitCandidate.h"
using namespace reco;
CaloRecHitCandidate::~CaloRecHitCandidate() { }
CaloRecHitCandidate * CaloRecHitCandidate::clone() const {
return new CaloRecHitCandidate( * this );
}
bool CaloRecHitCandidate::overlap( const Candidate & c ) con... |
nistefan/cmssw | IOMC/RandomEngine/src/RandomFilter.cc | <reponame>nistefan/cmssw<filename>IOMC/RandomEngine/src/RandomFilter.cc<gh_stars>1-10
#include "IOMC/RandomEngine/src/RandomFilter.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/i... |
nistefan/cmssw | CondFormats/SiPixelObjects/src/SiPixelFrameReverter.cc | #include "CondFormats/SiPixelObjects/interface/SiPixelFrameReverter.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelFedCabling.h"
#include "CondFormats/SiPixelObjects/interface/CablingPathToDetUnit.h"
#include "CondFormats/SiPixelObjects/interface/PixelFEDCabling.h"
#include "CondFormats/SiPixelObjects/interfa... |
nistefan/cmssw | SimFastTiming/FastTimingCommon/plugins/MTDDigiProducer.cc | #include "FWCore/Framework/interface/MakerMacros.h"
#include "SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h"
#include "SimFastTiming/FastTimingCommon/plugins/MTDDigiProducer.h"
#include "FWCore/Framework/interface/ProducerBase.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ServiceR... |
nistefan/cmssw | RecoLuminosity/LumiProducer/src/LumiCorrectionParam.cc | <gh_stars>0
#include "RecoLuminosity/LumiProducer/interface/LumiCorrectionParam.h"
#include "RecoLuminosity/LumiProducer/interface/NormFunctor.h"
#include "RecoLuminosity/LumiProducer/interface/NormFunctorPluginFactory.h"
#include <iomanip>
#include <ostream>
#include <memory>
LumiCorrectionParam::LumiCorrectionParam()... |
nistefan/cmssw | SimG4Core/MagneticField/test/FieldStepWatcher.cc | <filename>SimG4Core/MagneticField/test/FieldStepWatcher.cc
#include "SimG4Core/MagneticField/test/FieldStepWatcher.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimG4Core/Notification/interface/BeginOfRun.h"
#include "G4LogicalVolume.hh"
#include "G4Step.hh"
#include "G4TransportationManager.... |
nistefan/cmssw | RecoTracker/TkDetLayers/src/GlobalDetRodRangeZPhi.cc | #include "GlobalDetRodRangeZPhi.h"
#include "DataFormats/GeometrySurface/interface/Plane.h"
#include "DataFormats/GeometrySurface/interface/Bounds.h"
#include "TrackingTools/DetLayers/interface/PhiLess.h"
#include <vector>
using namespace std;
GlobalDetRodRangeZPhi::GlobalDetRodRangeZPhi( const Plane& plane) {
fl... |
nistefan/cmssw | CondFormats/L1TObjects/src/L1TUtmAlgorithm.cc | <filename>CondFormats/L1TObjects/src/L1TUtmAlgorithm.cc
// auto-generated file by import_utm.pl
#include "CondFormats/L1TObjects/interface/L1TUtmAlgorithm.h"
|
nistefan/cmssw | DataFormats/L1GlobalCaloTrigger/src/L1GctInternHtMiss.cc | #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternHtMiss.h"
// PUBLIC METHODS
// Default ctor
L1GctInternHtMiss::L1GctInternHtMiss():
type_(nulltype),
capBlock_(0),
capIndex_(0),
bx_(0),
data_(0)
{
}
// Destructor
L1GctInternHtMiss::~L1GctInternHtMiss() {}
// Named ctor for making missing Ht... |
nistefan/cmssw | RecoLuminosity/LumiProducer/plugins/TRGWBM2DB.cc | #ifndef RecoLuminosity_LumiProducer_TRGWBM2DB_h
#define RecoLuminosity_LumiProducer_TRGWBM2DB_h
#include "CoralBase/AttributeList.h"
#include "CoralBase/Attribute.h"
#include "CoralBase/AttributeSpecification.h"
#include "CoralBase/Exception.h"
#include "RelationalAccess/ConnectionService.h"
#include "RelationalAcces... |
nistefan/cmssw | DetectorDescription/DDCMS/test/testDDSingletonInit.cpp | #include <iostream>
#include <string>
#include "DetectorDescription/DDCMS/interface/DDSingleton.h"
using namespace std;
using namespace cms;
struct StrSingleton : public DDSingleton<string, StrSingleton>
{
StrSingleton() : DDSingleton(1) {}
static std::unique_ptr<string> init() { return std::make_unique<string>(... |
nistefan/cmssw | RecoEgamma/ElectronIdentification/test/VIDUsageExample.cc | /* This module shows how to access the electron ID results using the
** VID Framework
** It works for both AOD and miniAOD
**
** Author: <NAME> borrowing liberaly from <NAME> and
** <NAME> examples
**
*/
#include "FWCore/Framework/interface/stream/EDAnalyzer.h"
#include "FWCore/Framework/interface/Even... |
nistefan/cmssw | RecoTauTag/ImpactParameter/plugins/PFTau3ProngReco.cc | <filename>RecoTauTag/ImpactParameter/plugins/PFTau3ProngReco.cc<gh_stars>0
/* class PFTau3ProngReco
* EDProducer of the
* author: <NAME>
* The idea of the fully reconstructing the tau using a kinematic fit comes from
* <NAME> and <NAME>land Theses under Achim Stahl supervision. This
* code is a result of the cont... |
nistefan/cmssw | OnlineDB/SiStripConfigDb/plugins/module.cc | <reponame>nistefan/cmssw
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"
#include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h"
DEFINE_FWK_SERVICE(SiStripConfigDb);
|
nistefan/cmssw | Fireworks/Core/src/CSGActionSupervisor.cc | <filename>Fireworks/Core/src/CSGActionSupervisor.cc<gh_stars>1-10
// -*- C++ -*-
//
// Package: Core
// Class : CSGActionSupervisor
//
// Implementation:
// <Notes on implementation>
//
// Original Author: <NAME>
// Created: Aug 2009
//
#include <sigc++/sigc++.h>
#include "Fireworks/Core/interfa... |
nistefan/cmssw | DQMOffline/RecoB/src/JetTagPlotter.cc | <reponame>nistefan/cmssw<filename>DQMOffline/RecoB/src/JetTagPlotter.cc
#include "DQMOffline/RecoB/interface/JetTagPlotter.h"
#include "DQMOffline/RecoB/interface/Tools.h"
#include "FWCore/Utilities/interface/isFinite.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include <iostream>
using namespace std;
using n... |
nistefan/cmssw | FWCore/Framework/src/LuminosityBlock.cc | <gh_stars>1-10
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Framework/interface/LuminosityBlockPrincipal.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Utilities/interface/Algorithms.h"
#include "FWCore/Utilities/interface/get_underlying_safe.h"
namespace edm {
std::str... |
nistefan/cmssw | RecoParticleFlow/PFClusterTools/src/DetectorElement.cc | #include "RecoParticleFlow/PFClusterTools/interface/DetectorElement.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFToolsException.h"
#include <ostream>
using namespace pftools;
//A comment
DetectorElement::DetectorElement(DetectorElementType type, double calib) :
myType(type), myCalib(calib) {
}
void Detec... |
nistefan/cmssw | DataFormats/EcalRecHit/src/EcalUncalibratedRecHit.cc | #include "DataFormats/EcalRecHit/interface/EcalUncalibratedRecHit.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <cmath>
EcalUncalibratedRecHit::EcalUncalibratedRecHit() :
amplitude_(0.), amplitudeError_(0.), pedestal_(0.), jitter_(0.), chi2_(10000.), flags_(0), aux_(0) {
const unsigned in... |
nistefan/cmssw | PhysicsTools/FWLite/src/TFileService.cc | #include "PhysicsTools/FWLite/interface/TFileService.h"
#include "TFile.h"
#include "TROOT.h"
namespace fwlite {
TFileService::TFileService(const std::string& fileName) :
TFileDirectory("", "", TFile::Open(fileName.c_str() , "RECREATE"), ""),
file_(TFileDirectory::file_),
fileName_(fileName)
{
}
TFileService:... |
nistefan/cmssw | HeavyFlavorAnalysis/SpecificDecay/src/BPHBsToJPsiPhiBuilder.cc | <filename>HeavyFlavorAnalysis/SpecificDecay/src/BPHBsToJPsiPhiBuilder.cc
/*
* See header file for a description of this class.
*
* \author <NAME> INFN Padova
*
*/
//-----------------------
// This Class' Header --
//-----------------------
#include "HeavyFlavorAnalysis/SpecificDecay/interface/BPHBsToJPsiPhiBuil... |
nistefan/cmssw | RecoPixelVertexing/PixelTrackFitting/plugins/PixelTrackProducer.cc | <reponame>nistefan/cmssw
#include "PixelTrackProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#i... |
nistefan/cmssw | CondFormats/DataRecord/src/DYTThrObjectRcd.cc | <reponame>nistefan/cmssw<filename>CondFormats/DataRecord/src/DYTThrObjectRcd.cc
// Package: CondFormats
// Class : DYTThrObjectRcd
//
// Author: <NAME> - UCL Louvain
#include "CondFormats/DataRecord/interface/DYTThrObjectRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSET... |
nistefan/cmssw | RecoVertex/ConfigurableVertexReco/src/ConfigurableAnnealing.cc | <filename>RecoVertex/ConfigurableVertexReco/src/ConfigurableAnnealing.cc<gh_stars>1-10
#include "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAnnealing.h"
#include "RecoVertex/VertexTools/interface/GeometricAnnealing.h"
#include "RecoVertex/VertexTools/interface/DeterministicAnnealing.h"
#include "FWCore/Mes... |
nistefan/cmssw | CondTools/Hcal/plugins/HcalInterpolatedPulseDBModules.cc | <filename>CondTools/Hcal/plugins/HcalInterpolatedPulseDBModules.cc
#include "CondFormats/HcalObjects/interface/HcalInterpolatedPulseColl.h"
#include "CondFormats/DataRecord/interface/HcalInterpolatedPulseCollRcd.h"
#include "CondTools/Hcal/interface/BoostIODBWriter.h"
#include "CondTools/Hcal/interface/BoostIODBReader... |
nistefan/cmssw | DataFormats/FEDRawData/test/FEDRawDataProduct_t.cc | <filename>DataFormats/FEDRawData/test/FEDRawDataProduct_t.cc<gh_stars>1-10
/**
\file
unit test file for class FEDRawDataProduct
\author <NAME>
\date 28 Jun 2005
*/
#include <cppunit/extensions/HelperMacros.h>
#include <DataFormats/FEDRawData/interface/FEDRawData.h>
#include <DataFormats/FEDRawData/interf... |
nistefan/cmssw | SimGeneral/PreMixingModule/plugins/PreMixingModule.cc | <filename>SimGeneral/PreMixingModule/plugins/PreMixingModule.cc
/** \class PreMixingModule
*
* PreMixingModule is the EDProducer subclass that overlays premixed
* MC events on top of MC. It is similar to DataMixingModule, but
* tailored for premixing use case.
*
***************************************************... |
nistefan/cmssw | CondFormats/L1TObjects/src/L1TUtmBin.cc | // auto-generated file by import_utm.pl
#include "CondFormats/L1TObjects/interface/L1TUtmBin.h"
|
nistefan/cmssw | RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.cc | <filename>RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.cc
// \class JetTracksAssociatorExplicit JetTracksAssociatorExplicit.cc
//
// Original Author: <NAME>
// Created: Wed Apr 12 11:12:49 CEST 2006
// Accommodated for Jet Package by: <NAME> Jul. 30, 2007
//
#include "FWCore/MessageLogger... |
nistefan/cmssw | FWCore/FWLite/src/RefStreamer.cc | #include "DataFormats/Common/interface/RefCore.h"
#include "DataFormats/Common/interface/RefCoreStreamer.h"
#include "DataFormats/Common/interface/EDProductGetter.h"
#include "TClass.h"
#include <cassert>
#include <ostream>
class TBuffer;
namespace fwlite {
edm::EDProductGetter const* setRefStreamer(edm::EDProductG... |
nistefan/cmssw | RecoTauTag/RecoTau/src/CaloRecoTauAlgorithm.cc | #include "RecoTauTag/RecoTau/interface/CaloRecoTauAlgorithm.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include "DataFormats/JetReco/interface/JetCollection.h"
using namespace reco;
CaloRecoTauAlgorithm::CaloRecoTauAlgorithm() : TransientTrackBuilder_(nullptr),MagneticField_(nullptr),chargedpi_mas... |
nistefan/cmssw | RecoMuon/TrackingTools/src/MuonSeedFromRecHits.cc | <reponame>nistefan/cmssw<filename>RecoMuon/TrackingTools/src/MuonSeedFromRecHits.cc<gh_stars>1-10
/**
* See header file for a description of this class.
*
*
* \author <NAME> - INFN Torino, V.Palichik
* \author porting <NAME>
*
*/
#include "RecoMuon/TrackingTools/interface/MuonSeedFromRecHits.h"
#include "Re... |
nistefan/cmssw | DataFormats/Math/test/Similarity_t.cpp | #define SMATRIX_USE_CONSTEXPR
#include "Math/SMatrix.h"
#include <cmath>
#include <cstddef>
#include <random>
typedef unsigned int IndexType;
//typedef unsigned long long IndexType;
namespace ROOT {
namespace Math {
/**
Force Expression evaluation from general to symmetric.
To be used when i... |
nistefan/cmssw | Alignment/TrackerAlignment/plugins/TkAlCaSkimTreeMerger.cc | <gh_stars>1-10
#ifndef TrackerAlignment_TkAlCaSkimTreeMerger_H
#define TrackerAlignment_TkAlCaSkimTreeMerger_H
#include <Riostream.h>
#include <string>
#include <fstream>
#include <map>
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/EventPrincipal.h"
#include "FWCore/Framewo... |
nistefan/cmssw | RecoLocalMuon/GEMRecHit/src/ME0RecHitAlgoFactory.cc | <gh_stars>1-10
/*
* See header file for a description of this class.
*
* $Date: 2014/02/04 10:16:35 $
* $Revision: 1.1 $
* \author <NAME> -- INFN Bari
*/
#include "RecoLocalMuon/GEMRecHit/interface/ME0RecHitAlgoFactory.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
EDM_REGISTER_PLUGINFACTORY(... |
nistefan/cmssw | FWCore/Framework/test/stubs/DummyLooper.cc | <filename>FWCore/Framework/test/stubs/DummyLooper.cc
// -*- C++ -*-
//
// Package: DummyLooper
// Class: DummyLooper
//
/**\class DummyLooper DummyLooper.h FWCore/DummyLooper/interface/DummyLooper.h
Description: <one line class summary>
Implementation:
<Notes on implementation>
*/
//
// Original Autho... |
nistefan/cmssw | RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronCoreProducer.cc | <gh_stars>1-10
#include "DataFormats/EgammaCandidates/interface/GsfElectronCore.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectronCoreFwd.h"
#include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h"
#include "DataFormats/ParticleFlowReco/interface/GsfPFRecTrack.h"
#include "DataFormats/ParticleFlowReco/i... |
nistefan/cmssw | Geometry/EcalCommonData/plugins/module.cc | //<<<<<< INCLUDES >>>>>>
//#include "Geometry/EcalPreshowerData/interface/DDTestAlgorithm.h"
#include "Geometry/EcalCommonData/interface/DDEcalBarrelAlgo.h"
#include "Geometry/EcalCommonData/interface/DDEcalBarrelNewAlgo.h"
#include "Geometry/EcalCommonData/interfa... |
nistefan/cmssw | RecoEgamma/PhotonIdentification/plugins/PhotonIDProducer.cc | #include "RecoEgamma/PhotonIdentification/plugins/PhotonIDProducer.h"
#include "DataFormats/EgammaReco/interface/BasicCluster.h"
#include "DataFormats/Common/interface/ValueMap.h"
PhotonIDProducer::PhotonIDProducer(const edm::ParameterSet& conf) : conf_(conf) {
photonToken_ = consumes<reco::PhotonCollection>(edm::... |
nistefan/cmssw | RecoTracker/NuclearSeedGenerator/src/NuclearTester.cc | <reponame>nistefan/cmssw
#include "RecoTracker/NuclearSeedGenerator/interface/NuclearTester.h"
#include "RecoTracker/CkfPattern/src/RecHitIsInvalid.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
//----------------------------------------------------------------------
NuclearTester::NuclearTester(unsigned... |
nistefan/cmssw | CondFormats/HcalObjects/src/HcalQIEShape.cc | <filename>CondFormats/HcalObjects/src/HcalQIEShape.cc<gh_stars>1-10
/**
\class HcalQIEData
\author <NAME> (UMd)
POOL object to store pedestal values 4xCapId
$Author: ratnikov
$Date: 2012/11/03 15:54:18 $
$Revision: 1.7 $
*/
#include "CondFormats/HcalObjects/interface/HcalQIEShape.h"
HcalQIEShape::HcalQIEShape()
:nb... |
nistefan/cmssw | HLTrigger/JetMET/src/HLTJetVBFFilter.cc | <reponame>nistefan/cmssw<gh_stars>1-10
/** \class HLTJetVBFFilter
*
*
* \author <NAME> (CERN)
* \modifier <NAME> (<EMAIL>)
*
*/
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterS... |
nistefan/cmssw | DQM/RPCMonitorClient/src/RPCRawDataCountsHistoMaker.cc | #include "DQM/RPCMonitorClient/interface/RPCRawDataCountsHistoMaker.h"
#include "EventFilter/RPCRawToDigi/interface/RPCRawDataCounts.h"
#include "EventFilter/RPCRawToDigi/interface/DataRecord.h"
#include "EventFilter/RPCRawToDigi/interface/ReadoutError.h"
#include "TH1F.h"
#include "TH2F.h"
#include <vector>
#include... |
nistefan/cmssw | L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.cc | <filename>L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.cc<gh_stars>1-10
//-------------------------------------------------
//
// Class: L1MuGMTLFPhiProLUT
//
//
//
// Author :
// <NAME> HEPHY Vienna
//
// Migrated to CMSSW:
// <NAME>
//
//--------------------------------------------------
... |
nistefan/cmssw | CondFormats/DataRecord/src/ElectronLikelihoodPdfsRcd.cc | <reponame>nistefan/cmssw
// -*- C++ -*-
//
// Package: DataRecord
// Class : ElectronLikelihoodPdfsRcd
//
// Implementation:
// <Notes on implementation>
//
// Author:
// Created: Wed Sep 5 16:36:25 CEST 2007
// $Id$
#include "CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h"
#incl... |
nistefan/cmssw | RecoMuon/CosmicMuonProducer/src/CosmicMuonSmoother.cc | /** \file CosmicMuonSmoother
*
* The class refit muon trajectories based on MuonTrackReFitter
* But
* (1) check direction to make sure it's downward for cosmic
* (2) propagate by virtual intermediate planes if failed to ensure propagation
* within cylinders
*
*
* \author <NAME> - Purdue University... |
nistefan/cmssw | HLTrigger/HLTfilters/plugins/HLTDoublet.cc | /** \class HLTDoublet
*
* See header file for documentation
*
*
* \author <NAME>
*
*/
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "HLTDoublet.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/HLTReco/interface/TriggerF... |
nistefan/cmssw | DataFormats/ParticleFlowReco/src/PFDisplacedVertexSeed.cc | #include "DataFormats/ParticleFlowReco/interface/PFDisplacedVertexSeed.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/Math/interface/Point3D.h"
using namespace std;
using namespace reco;
PFDisplacedVertexSeed::PFDisplacedVertexSeed() :
seedPoint_(GlobalPoint(0,0,0)),
totalWeight_(0)... |
nistefan/cmssw | DPGAnalysis/SiStripTools/bin/OccupancyPlotMacros.cc | #include "TText.h"
#include "TLatex.h"
#include "TLine.h"
#include "TGaxis.h"
#include "TFile.h"
#include "TDirectory.h"
#include "TH1F.h"
#include "TProfile.h"
#include "TH1D.h"
#include "TList.h"
#include "TBox.h"
#include "TFrame.h"
#include "TStyle.h"
#include "TCanvas.h"
#include "TColor.h"
#include "TROOT.h"
#inc... |
nistefan/cmssw | L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.cc | //-------------------------------------------------
//
// Class: L1MuGMTPhiLUT
//
// Description: Look-up table for GMT Phi Projection Unit
//
//
//
// Author :
// <NAME> CERN EP
//
// Migrated to CMSSW:
// <NAME>
//
//--------------------------------------------------
//-------------------... |
nistefan/cmssw | RecoPixelVertexing/PixelTriplets/src/LayerTriplets.cc | #include "RecoPixelVertexing/PixelTriplets/interface/LayerTriplets.h"
namespace LayerTriplets {
std::vector<LayerSetAndLayers> layers(const SeedingLayerSetsHits& sets) {
std::vector<LayerSetAndLayers> result;
if(sets.numberOfLayersInSet() < 3)
return result;
for(LayerSet set: sets) {
bool added = false;... |
nistefan/cmssw | Validation/RecoJets/plugins/JetTesterPostProcessor.cc | <filename>Validation/RecoJets/plugins/JetTesterPostProcessor.cc
// -*- C++ -*-
//
// Package: Validation/RecoMET
// Class: METTesterPostProcessor
//
// Original Author: "<NAME>"
// Created: Sun Feb 22 14:35:25 CET 2015
//
#include "Validation/RecoJets/plugins/JetTesterPostProcessor.h"
#include "FWCo... |
nistefan/cmssw | CalibTracker/SiStripCommon/src/ShallowTools.cc | #include "CalibTracker/SiStripCommon/interface/ShallowTools.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/SiStripCluster/interface/SiStripCluster.h"
#include "MagneticField/Engine/interface/MagneticField.h"
#include "CondFormats/SiStripObjects/interface/SiStripLorentzAngle.h"
#include "Geometr... |
nistefan/cmssw | CondFormats/HcalObjects/src/HcalLongRecoParams.cc | // to see it compile
#include "CondFormats/HcalObjects/interface/HcalLongRecoParams.h"
|
nistefan/cmssw | TrackingTools/RecoGeometry/plugins/DetLayerGeometryESProducer.cc | #include "TrackingTools/RecoGeometry/plugins/DetLayerGeometryESProducer.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/Framework/interface/ESProducer.h"
#include <memory>
#include <string>
... |
nistefan/cmssw | FWCore/Services/plugins/ProductRegistryDumper.cc | <filename>FWCore/Services/plugins/ProductRegistryDumper.cc
// -*- C++ -*-
//
// Package: FWCore/Services
// Class : ProductRegistryDumper
//
// Implementation:
// [Notes on implementation]
//
// Original Author: <NAME>
// Created: Thu, 23 Mar 2017 18:32:17 GMT
//
#include "FWCore/ParameterSet/i... |
nistefan/cmssw | SUSYBSMAnalysis/HSCP/plugins/Skim_UpdatedMuonInnerTrackRef.cc | <gh_stars>1-10
#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Comm... |
nistefan/cmssw | RecoLocalCalo/CaloTowersCreator/src/SealModule.cc | <reponame>nistefan/cmssw<filename>RecoLocalCalo/CaloTowersCreator/src/SealModule.cc
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "RecoLocalCalo/CaloTowersCreator/src/CaloTowersCreator.h"
#include "RecoLocalCalo/CaloTowersCreator/src/CaloTowersReCreat... |
nistefan/cmssw | RecoVertex/KinematicFit/src/KinematicConstrainedVertexUpdator.cc | <gh_stars>1-10
#include "RecoVertex/KinematicFit/interface/KinematicConstrainedVertexUpdator.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/isFinite.h"
KinematicConstrainedVertexUpdator::KinematicConstrainedVertexUpdator()
{
vFactory = new KinematicVertexFactory();... |
nistefan/cmssw | DQMOffline/RecoB/src/HistoProviderDQM.cc | <reponame>nistefan/cmssw
#include "DQMOffline/RecoB/interface/HistoProviderDQM.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
HistoProviderDQM::HistoProviderDQM(const std::string& prefix, const std::stri... |
nistefan/cmssw | RecoEcal/EgammaClusterProducers/src/RecHitFilter.cc | <gh_stars>1-10
/** \class RecHitFilter
** simple filter of EcalRecHits
**
** \author <NAME>, University of Rome & INFN, May 2006
**
***/
// C/C++ headers
#include <iostream>
#include <vector>
#include <memory>
// Framework
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Event... |
nistefan/cmssw | DQM/RPCMonitorDigi/src/RPCEfficiency.cc | /***************************************
Original Author: <NAME>
****************************************/
#include "DQM/RPCMonitorDigi/interface/RPCEfficiency.h"
#include <sstream>
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface... |
nistefan/cmssw | DataFormats/HcalDetId/src/HcalCastorDetId.cc | #include "DataFormats/HcalDetId/interface/HcalCastorDetId.h"
#include "DataFormats/HcalDetId/interface/HcalGenericDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
HcalCastorDetId::HcalCastorDetId() : DetId() {}
HcalCastorDetId::HcalCastorDetId(uint32_t rawid) : DetId(rawid) {}
void
HcalCastorDetId::buildMe... |
nistefan/cmssw | HeavyFlavorAnalysis/SpecificDecay/test/stubs/TestBPHSpecificDecay.cc | <filename>HeavyFlavorAnalysis/SpecificDecay/test/stubs/TestBPHSpecificDecay.cc<gh_stars>1-10
#include "HeavyFlavorAnalysis/SpecificDecay/test/stubs/TestBPHSpecificDecay.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "HeavyFlavorAnalysis/RecoDecay/interface/BPHRecoBuilder.h"
#include "HeavyFlavorAnaly... |
nistefan/cmssw | TrackingTools/AnalyticalJacobians/src/AnalyticalCurvilinearJacobian.cc | #include "TrackingTools/AnalyticalJacobians/interface/AnalyticalCurvilinearJacobian.h"
#include "TrackingTools/TrajectoryParametrization/interface/GlobalTrajectoryParameters.h"
#include <vdt/vdtMath.h>
AnalyticalCurvilinearJacobian::AnalyticalCurvilinearJacobian
(const GlobalTrajectoryParameters& globalParameters,
... |
nistefan/cmssw | CalibTracker/SiStripESProducers/test/testSiStripQualityESProducer.cc | <reponame>nistefan/cmssw
#include "CalibFormats/SiStripObjects/interface/SiStripQuality.h"
#include "CalibTracker/Records/interface/SiStripQualityRcd.h"
#include "CalibTracker/SiStripESProducers/test/testSiStripQualityESProducer.h"
#include <iostream>
#include <stdio.h>
#include <sys/time.h>
#include <sstream>
testS... |
nistefan/cmssw | FWCore/MessageService/src/MessageLogger.cc | <reponame>nistefan/cmssw
// -*- C++ -*-
//
// Package: Services
// Class : MessageLogger
//
// Implementation:
// <Notes on implementation>
//
// Original Author: <NAME>, <NAME>
// Created: Fri Nov 11 16:42:39 CST 2005
//
// Change log
//
// 1 mf 5/12/06 In ctor, MessageDrop::debugEnabled is se... |
nistefan/cmssw | CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MusEcalGUI.cc | <reponame>nistefan/cmssw<gh_stars>1-10
#include <fstream>
#include <math.h>
#include <algorithm>
#include <cassert>
#include <TMath.h>
#include "Riostream.h"
#include "TSystem.h"
#include "TDatime.h"
#include "TApplication.h"
#include "TStyle.h"
#include "TColor.h"
#include "TF1.h"
#include "TPad.h"
#include "TMarker... |
nistefan/cmssw | DataFormats/L1TCalorimeter/src/CaloCluster.cc | <gh_stars>1-10
#include "DataFormats/L1TCalorimeter/interface/CaloCluster.h"
l1t::CaloCluster::CaloCluster( const LorentzVector p4,
int pt,
int eta,
int phi)
: L1Candidate(p4, pt, eta, phi),
m_clusterFlags(0x7FF) // first 11 flags at 1
{
}
l1t::CaloCluster::~CaloCluster()
{
}
v... |
nistefan/cmssw | CondTools/Ecal/src/EcalLaser_weekly_Linearization.cc | <gh_stars>0
#include "CondTools/Ecal/interface/EcalLaser_weekly_Linearization.h"
#include "OnlineDB/EcalCondDB/interface/EcalLogicID.h"
#include "OnlineDB/EcalCondDB/interface/LMFSextuple.h"
#include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
#include "CondCore/CondDB/interface/Time.h"
#include "DataFormats/Prov... |
nistefan/cmssw | DataFormats/CSCDigi/src/CSCRPCDigi.cc | <reponame>nistefan/cmssw
/**\class CSCRPCDigi
*
* Digi for RPC data coming thru RAT-ALCT-DDU.
*
*
* \author <NAME>, CMU
*/
#include "DataFormats/CSCDigi/interface/CSCRPCDigi.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iostream>
/// Constructors
CSCRPCDigi::CSCRPCDigi (int rpc, int p... |
nistefan/cmssw | SimCalorimetry/EcalTestBeam/src/EcalTBDigiProducer.cc |
#include "SimCalorimetry/EcalTestBeam/interface/EcalTBDigiProducer.h"
#include "SimDataFormats/EcalTestBeam/interface/PEcalTBInfo.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/ProducerBase.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework... |
nistefan/cmssw | PhysicsTools/IsolationUtils/src/IntegralOverPhiFunction.cc | <reponame>nistefan/cmssw<gh_stars>1-10
#include "PhysicsTools/IsolationUtils/interface/IntegralOverPhiFunction.h"
// -*- C++ -*-
//
// Package: IntegralOverPhiFunction
// Class: IntegralOverPhiFunction
//
/**\class IntegralOverPhiFunction IntegralOverPhiFunction.cc PhysicsTools/IsolationUtils/src/IntegralOver... |
nistefan/cmssw | EventFilter/GEMRawToDigi/src/AMC13Event.cc | <reponame>nistefan/cmssw
#include <cstdint>
#include "EventFilter/GEMRawToDigi/interface/AMC13Event.h"
using namespace gem;
uint64_t AMC13Event::getCDFHeader() const
{
// CDF Header word
// 63 - 60 | 59 - 56 | 55 - 32 | 31 - 20 | 19 - 8 |
// cb5 | Evt_ty | LV1_id | BX_id | Source_id |
return (stat... |
nistefan/cmssw | CondTools/DT/test/validate/DTPerformanceValidateHandler.cc | <reponame>nistefan/cmssw
/*
* See header file for a description of this class.
*
* $Date: 2010/01/20 17:29:26 $
* $Revision: 1.1 $
* \author <NAME> INFN Padova
*
*/
//-----------------------
// This Class' Header --
//-----------------------
#include "CondTools/DT/test/validate/DTPerformanceValidateHandler.... |
nistefan/cmssw | L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersProducer.cc | //-------------------------------------------------
//
// \class L1MuGMTParametersProducer
//
// Description: A class to produce the L1 GMT emulator Parameters record in the event setup
//
//
// Author :
// <NAME>
//
//--------------------------------------------------
#include "L1TriggerConfig/GMTConfigProduc... |
nistefan/cmssw | SimCalorimetry/EcalTrigPrimAlgos/src/EcalFenixStripFormatEE.cc | #include <SimCalorimetry/EcalTrigPrimAlgos/interface/EcalFenixStripFormatEE.h>
#include <CondFormats/EcalObjects/interface/EcalTPGSlidingWindow.h>
#include <CondFormats/EcalObjects/interface/EcalTPGStripStatus.h>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iostream>
//------------------------... |
nistefan/cmssw | RecoBTag/SoftLepton/src/LeptonTaggerByPt.cc | <filename>RecoBTag/SoftLepton/src/LeptonTaggerByPt.cc
#include <limits>
#include "DataFormats/BTauReco/interface/CandSoftLeptonTagInfo.h"
#include "RecoBTag/SoftLepton/interface/LeptonTaggerByPt.h"
#include "RecoBTag/SoftLepton/interface/LeptonSelector.h"
/// b-tag a jet based on track-to-jet parameters in the extene... |
nistefan/cmssw | Validation/RecoEgamma/plugins/ElectronMcSignalPostValidator.cc | <reponame>nistefan/cmssw
#include "Validation/RecoEgamma/plugins/ElectronMcSignalPostValidator.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
ElectronMcSignalPostValidator::ElectronMcSignalPostValidator( const edm::ParameterSet & conf )
: Electron... |
nistefan/cmssw | DetectorDescription/Core/src/DDMap.cc | <filename>DetectorDescription/Core/src/DDMap.cc
#include "DetectorDescription/Core/interface/DDMap.h"
#include <utility>
#include "DetectorDescription/Core/interface/Store.h"
DDMap::DDMap()
: DDBase<DDName,dd_map_type*>() { }
DDMap::DDMap(const DDName & name)
: DDBase<DDName,dd_map_type*>()
{
prep_ = StoreT:... |
nistefan/cmssw | RecoLuminosity/LumiProducer/src/NormFunctor.cc | #include "RecoLuminosity/LumiProducer/interface/NormFunctor.h"
lumi::NormFunctor::NormFunctor(){}
void lumi::NormFunctor::initialize(const std::map< std::string , float >& coeffmap,const std::map< unsigned int, float >& afterglowmap){
m_coeffmap=coeffmap;
m_afterglowmap=afterglowmap;
}
|
nistefan/cmssw | Alignment/CocoaModel/src/OptORisleyPrism.cc | <reponame>nistefan/cmssw
// COCOA class implementation file
//Id: OptORisleyPrism.cc
//CAT: Model
//
// History: v1.0
// <NAME>
#include "Alignment/CocoaModel/interface/OptORisleyPrism.h"
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include "Alignment/CocoaDDLObjects/interface/CocoaSol... |
nistefan/cmssw | CommonTools/RecoAlgos/plugins/EtMinSuperClusterCountFilter.cc | /*
*
*
*/
#include "FWCore/Framework/interface/MakerMacros.h"
#include "CommonTools/UtilAlgos/interface/ObjectCountFilter.h"
#include "CommonTools/RecoAlgos/plugins/EtMinSuperClusterSelector.h"
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
typedef ObjectCountFilter<
reco::SuperClusterColl... |
nistefan/cmssw | Validation/RecoMuon/src/RecoMuonValidator.cc | #include "Validation/RecoMuon/src/RecoMuonValidator.h"
#include "DataFormats/MuonReco/interface/MuonSelectors.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
//#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/Monit... |
nistefan/cmssw | EventFilter/Utilities/src/EvFDaqDirector.cc | <filename>EventFilter/Utilities/src/EvFDaqDirector.cc
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ServiceRegistry/interface/SystemBounds.h"
#include "FWCore/ServiceRegistry/interface/GlobalContext.h"
#include "FWCore/ServiceRegistry/interface/... |
nistefan/cmssw | PhysicsTools/TagAndProbe/plugins/TagProbeFitTreeAnalyzer.cc | #include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#inclu... |
nistefan/cmssw | L1Trigger/RPCTrigger/plugins/RPCConeBuilder.cc | <gh_stars>0
// -*- C++ -*-
//
// Package: RPCConeBuilder
// Class: RPCConeBuilder
//
/**\class RPCConeBuilder RPCConeBuilder.h L1Trigger/RPCTriggerConfig/src/RPCConeBuilder.cc
Description: <one line class summary>
Implementation:
<Notes on implementation>
*/
//
// Original Author: <NAME>
// C... |
nistefan/cmssw | RecoLocalTracker/SiPixelClusterizer/test/Triplet.cc | // -*- C++ -*-
//
// Package: Triplet
// Class: Triplet
//
// my/Triplet/src/Triplet.cc
//
// plot hits on CMS tracks on RECO
//
// Original Author: <NAME>, DESY,,
// Created: Sat Feb 12 12:12:42 CET 2011
// $Id$
// d.k.
// Split into a sperate call.
//
// system include files:
#includ... |
nistefan/cmssw | L1Trigger/CSCTriggerPrimitives/src/CSCUpgradeMotherboard.cc | <reponame>nistefan/cmssw
#include "L1Trigger/CSCTriggerPrimitives/src/CSCUpgradeMotherboard.h"
#include "DataFormats/MuonDetId/interface/CSCTriggerNumbering.h"
CSCUpgradeMotherboard::LCTContainer::LCTContainer(unsigned int trig_window_size)
: match_trig_window_size(trig_window_size)
{
}
CSCCorrelatedLCTDigi&
CSCUpg... |
nistefan/cmssw | L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.cc | //-------------------------------------------------
//
// Class: L1MuGMTLFCOUDeltaEtaLUT
//
//
//
// Author :
// <NAME> HEPHY Vienna
//
// Migrated to CMSSW:
// <NAME>
//
//--------------------------------------------------
//-----------------------
// This Class's Header --
//-------------------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.