repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
nistefan/cmssw | DQM/DTMonitorClient/src/DTCertificationSummary.cc | <gh_stars>1-10
/*
* See header file for a description of this class.
*
* \author <NAME> - INFN Torino
*/
#include "DQM/DTMonitorClient/src/DTCertificationSummary.h"
#include "DataFormats/FEDRawData/interface/FEDNumbering.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Framework/inter... |
nistefan/cmssw | DataFormats/Scalers/src/L1AcceptBunchCrossing.cc | <reponame>nistefan/cmssw
/*
* File: DataFormats/Scalers/src/L1AcceptBunchCrossing.cc (W.Badgett)
*/
#include "DataFormats/Scalers/interface/L1AcceptBunchCrossing.h"
#include "DataFormats/Scalers/interface/ScalersRaw.h"
#include <cstdio>
L1AcceptBunchCrossing::L1AcceptBunchCrossing() :
l1AcceptOffset_(0),
o... |
nistefan/cmssw | FWCore/MessageService/plugins/Module.cc | <gh_stars>1-10
#include "FWCore/PluginManager/interface/PresenceMacros.h"
#include "FWCore/MessageService/interface/MessageLogger.h"
#include "FWCore/MessageService/interface/MessageServicePresence.h"
#include "FWCore/MessageService/interface/SingleThreadMSPresence.h"
#include "FWCore/ServiceRegistry/interface/ServiceM... |
nistefan/cmssw | DataFormats/GeometrySurface/src/SimpleCylinderBounds.cc | #include "DataFormats/GeometrySurface/interface/LocalError.h"
#include "DataFormats/GeometrySurface/interface/SimpleCylinderBounds.h"
SimpleCylinderBounds::SimpleCylinderBounds( float rmin, float rmax, float zmin, float zmax) :
theRmin(rmin), theRmax(rmax), theZmin(zmin), theZmax(zmax) {
if ( theRmin > theRmax) ... |
nistefan/cmssw | HLTrigger/HLTfilters/plugins/HLTBeamModeFilter.cc | <reponame>nistefan/cmssw
/**
* \class HLTBeamModeFilter
*
*
* Description: see class header.
*
*
* \author: <NAME> - HEPHY Vienna
*
*
*/
// this class header
#include "HLTBeamModeFilter.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
// system include files
#include <vector>
#includ... |
nistefan/cmssw | Alignment/CocoaModel/src/OptOUserDefined.cc | <reponame>nistefan/cmssw
// COCOA class implementation file
//Id: OptOUserDefined.cc
//CAT: Model
//
// History: v1.0
// <NAME>
#include "Alignment/CocoaModel/interface/OptOUserDefined.h"
#include "Alignment/CocoaModel/interface/LightRay.h"
#include "Alignment/CocoaModel/interface/ALIPlane.h"
#include "Alignmen... |
nistefan/cmssw | CondFormats/HcalObjects/src/HcalChannelQuality.cc | // to see it compile
#include "CondFormats/HcalObjects/interface/HcalChannelQuality.h"
|
nistefan/cmssw | PhysicsTools/Utilities/src/Lumi3DReWeighting.cc | #ifndef PhysicsTools_Utilities_interface_Lumi3DReWeighting_cc
#define PhysicsTools_Utilities_interface_Lumi3DReWeighting_cc
/**
\class Lumi3DReWeighting Lumi3DReWeighting.h "PhysicsTools/Utilities/interface/Lumi3DReWeighting.h"
\brief Class to provide lumi weighting for analyzers to weight "flat-to-N" MC sa... |
nistefan/cmssw | SimGeneral/MixingModule/src/DigiAccumulatorMixModFactory.cc |
#include "SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/DebugMacros.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include <iostream>
EDM_REGISTER_PLUGINFACTORY(edm::DigiAccumulatorMixModPluginF... |
nistefan/cmssw | SimMuon/Neutron/src/RootNeutronReader.cc | #include "SimMuon/Neutron/src/RootNeutronReader.h"
#include <sstream>
RootNeutronReader::RootNeutronReader(const std::string & fileName)
: theFile(new TFile(fileName.c_str()))
{
}
RootChamberReader & RootNeutronReader::chamberReader(int chamberType)
{
std::map<int, RootChamberReader>::iterator mapItr
= theCham... |
nistefan/cmssw | DataFormats/GeometrySurface/src/RectangularPlaneBounds.cc | #include "DataFormats/GeometrySurface/interface/RectangularPlaneBounds.h"
#include "DataFormats/GeometrySurface/interface/LocalError.h"
#include <cmath>
RectangularPlaneBounds::RectangularPlaneBounds( float w, float h, float t) :
halfWidth(w), halfLength(h), halfThickness(t) {}
RectangularPlaneBounds::~Rectangul... |
nistefan/cmssw | TrackingTools/GsfTracking/src/MultiTrajectoryStateMerger.cc | <reponame>nistefan/cmssw
#include "TrackingTools/GsfTracking/interface/MultiTrajectoryStateMerger.h"
#include "TrackingTools/GsfTracking/interface/TsosGaussianStateConversions.h"
TrajectoryStateOnSurface
MultiTrajectoryStateMerger::merge (const TrajectoryStateOnSurface& tsos) const
{
if ( !tsos.isValid() ) std::cou... |
nistefan/cmssw | RecoTauTag/TauTagTools/src/PFCandidateMergerBase.cc | <reponame>nistefan/cmssw<gh_stars>1-10
#include "RecoTauTag/TauTagTools/interface/PFCandidateMergerBase.h"
PFCandidateMergerBase::PFCandidateMergerBase()
{}
PFCandidateMergerBase::PFCandidateMergerBase(const edm::ParameterSet& config)
{}
PFCandidateMergerBase::~PFCandidateMergerBase()
{}
|
nistefan/cmssw | FastSimulation/ShowerDevelopment/src/HFShower.cc | <reponame>nistefan/cmssw<gh_stars>1-10
//FastSimulation Headers
#include "FastSimulation/ShowerDevelopment/interface/HFShower.h"
//#include "FastSimulation/Utilities/interface/Histos.h"
#include "FastSimulation/Utilities/interface/RandomEngineAndDistribution.h"
////////////////////////////////////////////////////////... |
nistefan/cmssw | DQMServices/Core/test/DQMFastMatchTest.cc | <filename>DQMServices/Core/test/DQMFastMatchTest.cc
#include <iostream>
#include <boost/utility.hpp>
#include "DQMServices/Core/interface/DQMStore.h"
/*
* Test case for the fastmatch implementation used in DQMStore class
*
*/
int main(int argc, char** argv)
{
std::vector<std::string> input =
{ "MyText", "Text" ... |
nistefan/cmssw | FWCore/ServiceRegistry/src/StreamContext.cc | <reponame>nistefan/cmssw
#include "FWCore/ServiceRegistry/interface/StreamContext.h"
#include "FWCore/ServiceRegistry/interface/ProcessContext.h"
#include "DataFormats/Provenance/interface/LuminosityBlockID.h"
#include <ostream>
namespace edm {
StreamContext::StreamContext(StreamID const& streamID,
... |
nistefan/cmssw | DataFormats/Common/test/Trie_t.cpp | /*
**
** Copyright (C) 2006 <NAME>
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is di... |
nistefan/cmssw | GeneratorInterface/PhotosInterface/src/PhotosFactory.cc | #include "GeneratorInterface/PhotosInterface/interface/PhotosFactory.h"
EDM_REGISTER_PLUGINFACTORY(PhotosFactory,"PhotosFactory");
|
nistefan/cmssw | SimTracker/TrackHistory/plugins/TrackCategoriesAnalyzer.cc | <gh_stars>1-10
/*
* TrackCategoriesAnalyzer.C
*
* Created by <NAME> on 06/17/08.
*
*/
#include "TH1F.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/Paramet... |
nistefan/cmssw | Alignment/Geners/src/BinaryFileArchive.cc | #include <sstream>
#include "Alignment/Geners/interface/BinaryFileArchive.hh"
#include "Alignment/Geners/interface/uriUtils.hh"
#include "Alignment/Geners/interface/ContiguousCatalog.hh"
#include "Alignment/Geners/interface/WriteOnlyCatalog.hh"
#include "Alignment/Geners/interface/IOException.hh"
#include "Alignment/... |
nistefan/cmssw | FWCore/Framework/test/EventSelector_t.cpp |
#include "FWCore/Framework/interface/EventSelector.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/TriggerNamesService.h"
#include "FWCore/ServiceRegistry/interface/ServiceWrapper.h"
#include "FWCore/ServiceRegistr... |
nistefan/cmssw | EventFilter/EcalDigiToRaw/src/SealModule.cc |
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "EventFilter/EcalDigiToRaw/interface/EcalDigiToRaw.h"
DEFINE_FWK_MODULE(EcalDigiToRaw);
|
nistefan/cmssw | Validation/MuonGEMHits/src/GEMSimTrackMatch.cc | <filename>Validation/MuonGEMHits/src/GEMSimTrackMatch.cc
#include "Validation/MuonGEMHits/interface/GEMSimTrackMatch.h"
#include "Validation/MuonGEMHits/interface/GEMDetLabel.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/GEMDigi/inter... |
nistefan/cmssw | HLTrigger/special/plugins/HLTDynamicPrescaler.cc | <filename>HLTrigger/special/plugins/HLTDynamicPrescaler.cc
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDFilter.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#inclu... |
nistefan/cmssw | CondFormats/EcalObjects/src/EcalTPGSpike.cc | <reponame>nistefan/cmssw
#include "CondFormats/EcalObjects/interface/EcalTPGSpike.h"
EcalTPGSpike::EcalTPGSpike()
{ }
EcalTPGSpike::~EcalTPGSpike()
{ }
void EcalTPGSpike::setValue(const uint32_t & id, const uint16_t & val)
{
map_[id] = val ;
}
|
nistefan/cmssw | HLTrigger/JSONMonitoring/plugins/L1TriggerJSONMonitoring.cc | <reponame>nistefan/cmssw<gh_stars>1-10
/** \class L1TriggerJSONMonitoring
*
* Description: This class outputs JSON files with TCDS and L1T monitoring information.
*
*/
#include <atomic>
#include <fstream>
#include <boost/format.hpp>
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interf... |
nistefan/cmssw | SimTracker/TrackTriggerAssociation/src/TTTrackAssociationMap.cc | <gh_stars>1-10
/*! \brief Implementation of methods
* \details Here, in the header file, the methods which do not depend
* on the specific type <T> that can fit the template.
* Other methods, with type-specific features, are implemented
* in the source file.
*/
#include "SimTracke... |
nistefan/cmssw | EventFilter/SiStripChannelChargeFilter/src/MTCCHLTrigger.cc | #include "EventFilter/SiStripChannelChargeFilter/interface/MTCCHLTrigger.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/SiStripCluster/interface/SiStripCluster.h"
#include "DataFormats/SiStripDigi/interface/SiStripDigi.h"
#include "DataFormats/Common/interface/DetSetVector.h"
namespace cms
{... |
nistefan/cmssw | DQM/HcalTasks/plugins/LaserTask.cc | <gh_stars>1-10
#include "DQM/HcalTasks/interface/LaserTask.h"
using namespace hcaldqm;
using namespace hcaldqm::constants;
using namespace hcaldqm::filter;
LaserTask::LaserTask(edm::ParameterSet const& ps):
DQTask(ps)
{
_nevents = ps.getUntrackedParameter<int>("nevents", 2000);
// tags
_tagHBHE = ps.getUntrackedP... |
nistefan/cmssw | DataFormats/Candidate/src/NamedCompositeCandidate.cc | <filename>DataFormats/Candidate/src/NamedCompositeCandidate.cc
#include "DataFormats/Candidate/interface/NamedCompositeCandidate.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>
using namespace reco;
NamedCompositeCandidate::NamedCompositeCandidate(std::string name,
const Nam... |
nistefan/cmssw | FWCore/MessageService/test/UnitTestClient_R.cc | <reponame>nistefan/cmssw
#include "FWCore/MessageService/test/UnitTestClient_R.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include <iostream>
#include <string>
#include <iomanip>
namespace edmtest
{
void
UnitTestClient_R::analyze( edm::Event ... |
nistefan/cmssw | GeneratorInterface/Core/plugins/GenXSecAnalyzer.cc | <filename>GeneratorInterface/Core/plugins/GenXSecAnalyzer.cc
#include "GeneratorInterface/Core/interface/GenXSecAnalyzer.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "TMath.h"
#include <iostream>
#include <iomanip>
GenXSecAnalyzer::GenXSecAnalyzer(const edm::ParameterSet& iConfig):
nMCs_(0),... |
nistefan/cmssw | DQMOffline/Trigger/plugins/ObjMonitor.cc | <reponame>nistefan/cmssw<filename>DQMOffline/Trigger/plugins/ObjMonitor.cc
#include "DQMOffline/Trigger/plugins/ObjMonitor.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DQM/TrackingMonitor/interface/GetLumi.h"
#include "CommonTools/TriggerUtils/interface/GenericTriggerEventFlag.h"
#include ... |
nistefan/cmssw | GeneratorInterface/Pythia8Interface/plugins/Py8JetGun.cc |
#include "GeneratorInterface/Core/interface/GeneratorFilter.h"
#include "GeneratorInterface/ExternalDecays/interface/ExternalDecayDriver.h"
#include "GeneratorInterface/Pythia8Interface/interface/Py8GunBase.h"
namespace gen {
class Py8JetGun : public Py8GunBase {
public:
Py8JetGun( edm::Paramete... |
nistefan/cmssw | CalibTracker/SiStripCommon/plugins/ShallowTrackClustersProducer.cc | #include "CalibTracker/SiStripCommon/interface/ShallowTrackClustersProducer.h"
#include "CalibTracker/SiStripCommon/interface/ShallowTools.h"
#include "TrackingTools/PatternTools/interface/Trajectory.h"
#include "TrackingTools/TrackFitters/interface/TrajectoryStateCombiner.h"
#include "DataFormats/TrackerRecHit2D/int... |
nistefan/cmssw | CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MusEcal.cc | #include <iostream>
#include <cassert>
#include <iostream>
#include <fstream>
using namespace std;
#include "MusEcal.hh"
#include "../../interface/MEChannel.h"
#include "MERun.hh"
#include "MERunManager.hh"
#include "MEVarVector.hh"
#include "MECanvasHolder.hh"
#include "../../interface/MEGeom.h"
#include <TMath.h>
... |
nistefan/cmssw | DQM/CSCMonitorModule/plugins/CSCDQM_Utility.cc | /* =====================================================================================
*
* Filename: CSCDQM_Utility.cc
*
* Description: Histogram Utility code
*
* Version: 1.0
* Created: 04/18/2008 03:39:49 PM
* Revision: none
* Compiler: gcc
*
* Author: <... |
nistefan/cmssw | RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.cc | <filename>RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.cc
/**
* \file CSCSegAlgoTC.cc
*
* Last update: 13.02.2015
*
*/
#include "CSCSegAlgoTC.h"
#include "CSCSegFit.h"
#include "DataFormats/CSCRecHit/interface/CSCSegment.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "Geometry/CSCGeometr... |
nistefan/cmssw | ElectroWeakAnalysis/ZMuMu/src/ZMuStandaloneScaledFunction.cc | /*
#include "ElectroWeakAnalysis/ZMuMu/interface/ZMuStandaloneScaledFunction.h"
ZMuStandaloneScaledFunction::ZMuStandaloneScaledFunction(const ZMuStandaloneFunction & ZMM, int bin):
ZMM_(ZMM), bin_(bin) {
}
ZMuStandaloneScaledFunction::ZMuStandaloneScaledFunction(double m, double g, double Ng, double Ni,
d... |
nistefan/cmssw | Geometry/EcalAlgo/plugins/EcalPreshowerGeometryLoaderFromDDD.cc | #include "Geometry/EcalAlgo/interface/EcalPreshowerGeometry.h"
#include "Geometry/CaloEventSetup/interface/CaloGeometryLoader.h"
#include "DetectorDescription/Core/interface/DDFilteredView.h"
typedef CaloGeometryLoader< EcalPreshowerGeometry > EcalPGL ;
template <>
void
EcalPGL::fillGeom( EcalPreshowerGeometry* ... |
nistefan/cmssw | RecoTracker/TkMSParametrization/test/TestMS.cc | #include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/F... |
nistefan/cmssw | RecoTauTag/TauTagTools/plugins/RecoTauGenJetMatchSelector.cc | <reponame>nistefan/cmssw
/*
* AssociationMatchRefSelector
*
* EDFilter template to select objects from a View<InputType> that have valid
* matches in the given Association<MatchedType> matching, and produce a
* RefToBaseVector pointing to the matched objects.
*
* Author: <NAME> (UC Davis)
*
*/
#include "FWCor... |
nistefan/cmssw | PhysicsTools/RecoAlgos/plugins/KalmanVertexFitCandProducer.cc | <reponame>nistefan/cmssw
#include "PhysicsTools/RecoAlgos/plugins/ConstrainedFitCandProducer.h"
#include "PhysicsTools/RecoAlgos/plugins/CandCommonVertexFitter.h"
#include "PhysicsTools/RecoAlgos/plugins/KalmanVertexFitter.h"
typedef ConstrainedFitCandProducer<CandCommonVertexFitter<KalmanVertexFitter> > KalmanVer... |
nistefan/cmssw | DataFormats/PatCandidates/src/Particle.cc | //
//
#include "DataFormats/PatCandidates/interface/Particle.h"
using namespace pat;
/// default constructor
Particle::Particle() : PATObject<reco::LeafCandidate>(reco::LeafCandidate(0, reco::LeafCandidate::LorentzVector(0, 0, 0, 0), reco::LeafCandidate::Point(0,0,0))) {
}
/// constructor from reco::LeafCandidat... |
nistefan/cmssw | Utilities/XrdAdaptor/src/XrdFile.cc | #include "Utilities/XrdAdaptor/src/XrdFile.h"
#include "Utilities/XrdAdaptor/src/XrdRequestManager.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/Likely.h"
#include <vector>
#include <sstream>
#include <iostream>
#in... |
nistefan/cmssw | FastSimulation/CaloGeometryTools/src/CaloGeometryHelper.cc | #include "FastSimulation/CaloGeometryTools/interface/CaloGeometryHelper.h"
//#include "FWCore/ParameterSet/interface/ParameterSet.h"
// needed for the debugging
#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"
#include "Geometry/EcalAlgo/interface/EcalBarrelGeometry.h"
#include "Geometry/EcalAlgo/interfa... |
nistefan/cmssw | Alignment/CommonAlignment/src/AlignableNavigator.cc | // \file AlignableNavigator.cc
//
// $Revision: 1.22 $
// $Date: 2010/09/10 10:30:03 $
// (last update by $Author: mussgill $)
#include "Alignment/CommonAlignment/interface/AlignableDet.h"
#include "Alignment/CommonAlignment/interface/AlignableDetUnit.h"
#include "Alignment/CommonAlignment/interface/AlignableEx... |
nistefan/cmssw | DataFormats/ForwardDetId/src/HGCSiliconDetIdToROC.cc | #include "DataFormats/ForwardDetId/interface/HGCSiliconDetIdToROC.h"
HGCSiliconDetIdToROC::HGCSiliconDetIdToROC() {
const int rocMax(6), cellRows(4), cellColumn(2);
const int type[rocMax] = {0,0,1,1,2,2};
const int start1[rocMax][cellColumn] = {{3,2},{1,0},{1,2},{3,4},{7,6},{5,4}};
const int star... |
nistefan/cmssw | HLTrigger/Tools/bin/hltDiff.cc | /* hltDiff: compare TriggerResults event by event
*
* Compare two TriggerResults collections event by event.
* These can come from two collections in the same file(s), or from two different sets of files.
*/
#include <vector>
#include <set>
#include <string>
#include <iostream>
#include <sstream>
#i... |
nistefan/cmssw | CondFormats/DataRecord/src/RPCRunIOVRcd.cc | // -*- C++ -*-
//
// Package: DataRecord
// Class : RPCRunIOVRcd
//
// Implementation:
// <Notes on implementation>
//
// Author:
// Created: Thu Mar 26 17:38:10 CET 2009
// $Id$
#include "CondFormats/DataRecord/interface/RPCRunIOVRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_reg... |
nistefan/cmssw | CondFormats/L1TObjects/src/L1CaloEcalScale.cc | // -*- C++ -*-
//
// Package: L1TObjects
// Class : L1CaloEcalScale
//
// Implementation:
// <Notes on implementation>
//
// Author:
// Created: Wed Sep 27 17:18:27 CEST 2006
// $Id:
#include "CondFormats/L1TObjects/interface/L1CaloEcalScale.h"
using std::vector;
using std::ostream;
using std... |
nistefan/cmssw | Alignment/Geners/interface/CStringStream.hh | <filename>Alignment/Geners/interface/CStringStream.hh
// Compressed string stream.
//
// Properties we need to have in this class:
//
// 1. Ability to use it as std::ostringstream for uncompressed writes.
//
// 2. Ability to use it as std::istringstream for uncompressed reads.
//
// 3. Ability to fill the compression b... |
nistefan/cmssw | Geometry/EcalCommonData/src/EcalEndcapNumberingScheme.cc | ///////////////////////////////////////////////////////////////////////////////
// File: EcalEndcapNumberingScheme.cc
// Description: Numbering scheme for endcap electromagnetic calorimeter
///////////////////////////////////////////////////////////////////////////////
#include "Geometry/EcalCommonData/interface/EcalEn... |
nistefan/cmssw | FastSimulation/CalorimeterProperties/src/Calorimeter.cc | <filename>FastSimulation/CalorimeterProperties/src/Calorimeter.cc
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/EcalDetId/interface/EcalSubdetector.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/HcalDetId/... |
nistefan/cmssw | RecoPixelVertexing/PixelLowPtUtilities/src/ValidHitPairFilter.cc | <reponame>nistefan/cmssw
#include "RecoPixelVertexing/PixelLowPtUtilities/interface/ValidHitPairFilter.h"
#include "RecoPixelVertexing/PixelLowPtUtilities/interface/HitInfo.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/Par... |
nistefan/cmssw | CondTools/SiPixel/test/SiPixelGainCalibrationRejectNoisyAndDead.cc | <filename>CondTools/SiPixel/test/SiPixelGainCalibrationRejectNoisyAndDead.cc
// -*- C++ -*-
//
// Package: InsertNoisyPixelsInDB
// Class: InsertNoisyPixelsInDB
//
/**\class InsertNoisyPixelsInDB InsertNoisyPixelsInDB.cc CondTools/InsertNoisyPixelsInDB/src/InsertNoisyPixelsInDB.cc
Description: <one line clas... |
nistefan/cmssw | EventFilter/L1TRawToDigi/plugins/L1TValidationEventFilter.cc | <filename>EventFilter/L1TRawToDigi/plugins/L1TValidationEventFilter.cc
// -*- C++ -*-
//
// Package: L1TValidationEventFilter
// Class: L1TValidationEventFilter
//
/**\class L1TValidationEventFilter L1TValidationEventFilter.cc EventFilter/L1TRawToDigi/src/L1TValidationEventFilter.cc
Description: <one line clas... |
nistefan/cmssw | DataFormats/EcalDigi/src/EBDataFrame.cc | <gh_stars>1-10
#include "DataFormats/EcalDigi/interface/EBDataFrame.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include<iostream>
float EBDataFrame::spikeEstimator() const
{
if ( size() != 10 ) {
edm::LogError("InvalidNumberOfSamples") << "This method only applies to signals s... |
nistefan/cmssw | SimG4Core/PhysicsLists/src/CMSmplIonisation.cc | //
// -------------------------------------------------------------------
//
// GEANT4 Class file
//
//
// File name: CMSmplIonisation
//
// Author: <NAME> copied from Geant4 10.5p01
//
// Creation date: 02.03.2019
//
//
// -------------------------------------------------------------------
//
//....oooOO0OO... |
nistefan/cmssw | TopQuarkAnalysis/TopJetCombination/plugins/TtFullHadHypKinFit.cc | #include "TopQuarkAnalysis/TopJetCombination/plugins/TtFullHadHypKinFit.h"
TtFullHadHypKinFit::TtFullHadHypKinFit(const edm::ParameterSet& cfg):
TtFullHadHypothesis( cfg ),
statusToken_ (consumes<std::vector<int> > (cfg.getParameter<edm::InputTag>("status" ))),
lightQToken_ (consumes<std::vect... |
nistefan/cmssw | CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.cc | <filename>CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.cc
#include <memory>
#include "CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.h"
#include "Geometry/TrackerGeometryBuilder/interface/PixelGeomDetUnit.h"
#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
#inclu... |
nistefan/cmssw | CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.cc | <filename>CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.cc
/*
* See header file for a description of this class.
*
* \author <NAME> - INFN Torino
*/
#include "DTTimeBoxFitter.h"
#include "CalibMuon/DTCalibration/src/DTTimeBoxFitter.cc"
|
nistefan/cmssw | Fireworks/Tracks/plugins/FWSiPixelClusterDetProxyBuilder.cc | <filename>Fireworks/Tracks/plugins/FWSiPixelClusterDetProxyBuilder.cc
// -*- C++ -*-
//
// Package: Tracks
// Class : FWSiPixelClusterDetProxyBuilder
//
//
// Original Author:
// Created: Thu Dec 6 18:01:21 PST 2007
//
#include "TEveGeoNode.h"
#include "Fireworks/Core/interface/FWProxyBuilderBase.h... |
nistefan/cmssw | EventFilter/SiStripRawToDigi/test/plugins/SiStripTrivialClusterSource.cc | #include "EventFilter/SiStripRawToDigi/test/plugins/SiStripTrivialClusterSource.h"
#include "CalibTracker/Records/interface/SiStripDetCablingRcd.h"
SiStripTrivialClusterSource::SiStripTrivialClusterSource(const edm::ParameterSet& pset) :
minocc_(pset.getUntrackedParameter<double>("MinOccupancy",0.001)),
maxocc_(p... |
nistefan/cmssw | RecoMuon/MuonIsolationProducers/test/MuIsoDepositAnalyzer.cc | <reponame>nistefan/cmssw
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/MakerMacros.... |
nistefan/cmssw | CommonTools/ParticleFlow/plugins/GenericPFJetSelector.cc | #include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "DataFormats/JetReco/interface/PFJetCollection.h"
#include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
#include "CommonTools/ParticleFlow/interface/... |
nistefan/cmssw | DQM/TrigXMonitor/src/SealModule.cc | <reponame>nistefan/cmssw
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DQM/TrigXMonitor/interface/HLTScalers.h"
DEFINE_FWK_MODULE(HLTScalers);
#include "DQM/TrigXMonitor/interface/L1Scalers.h"
DEFINE_FWK_MODULE(L1Scalers);
#include "DQM/TrigXMo... |
nistefan/cmssw | DetectorDescription/Core/test/Singleton_.cpp | #include "Utilities/Testing/interface/CppUnit_testdriver.icpp"
#include "cppunit/extensions/HelperMacros.h"
#include "DetectorDescription/Core/interface/Singleton.h"
#include "DetectorDescription/Core/interface/Singleton.icc"
class Dummy
{
public:
Dummy( void )
: value( 100. )
{}
double value;
};
templ... |
nistefan/cmssw | DetectorDescription/Core/src/DDScope.cc | <filename>DetectorDescription/Core/src/DDScope.cc
#include "DetectorDescription/Core/interface/DDScope.h"
#include <ostream>
dd_scope_class
DDScopeClassification::operator()( const DDGeoHistory & left,
const DDGeoHistory & right ) const
{
dd_scope_class result = subtree;
DDGeoHistory::const_iterator lit = ... |
nistefan/cmssw | DQM/SiPixelCommon/src/SiPixelHistogramId.cc | <gh_stars>1-10
// -*- C++ -*-
//
// Package: SiPixelCommon
// Class : SiPixelHistogramId
//
// Implementation:
// <Notes on implementation>
//
// Original Author: chiochia
// Created: Wed Feb 22 16:07:58 CET 2006
//
#include<iostream>
#include<sstream>
#include "FWCore/MessageLogger/interface/... |
nistefan/cmssw | CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabase.hh | <gh_stars>1-10
#ifndef hcal_ConfigurationDatabase_hh_included
#define hcal_ConfigurationDatabase_hh_included 1
#include <string>
#include <map>
#include <vector>
#include "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseException.hh"
#include "xercesc/dom/DOMDocument.hpp"
#include <stdint.h>
#ifdef HAVE_X... |
nistefan/cmssw | RecoLuminosity/LumiProducer/plugins/TRGDummy2DB.cc | <reponame>nistefan/cmssw<filename>RecoLuminosity/LumiProducer/plugins/TRGDummy2DB.cc
#ifndef RecoLuminosity_LumiProducer_TRGDummy2DB_h
#define RecoLuminosity_LumiProducer_TRGDummy2DB_h
#include "RelationalAccess/ConnectionService.h"
#include "RelationalAccess/ISessionProxy.h"
#include "RelationalAccess/ITransaction.h... |
nistefan/cmssw | DQMOffline/PFTau/plugins/PFClient_JetRes.cc | #include "DQMOffline/PFTau/plugins/PFClient_JetRes.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMS... |
nistefan/cmssw | CondTools/DT/src/DTReadOutMappingHandler.cc | /*
* See header file for a description of this class.
*
* $Date: 2007/12/07 15:13:50 $
* $Revision: 1.2 $
* \author <NAME> INFN Padova
*
*/
//-----------------------
// This Class' Header --
//-----------------------
#include "CondTools/DT/interface/DTReadOutMappingHandler.h"
//----------------------------... |
nistefan/cmssw | RecoTauTag/RecoTau/plugins/RecoTauTauTagInfoWorkaroundModifier.cc | <reponame>nistefan/cmssw
/*
* ===========================================================================
*
* Filename: RecoTauTagInfoWorkaroundModifer
*
* Description: Add the PFTauTagInfoRef back to PFTaus so things don't
* break.
*
* Author: <NAME> (UC Davis)
*
* ======... |
nistefan/cmssw | EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc | #define EDM_ML_DEBUG 1
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "EventFilter/L1TRawToDigi/plugins/UnpackerFactory.h"
#include "L1Trigger/L1TCalorimeter/interface/CaloTools.h"
#include "CaloCollections.h"
#include "L1TStage2Layer2Constants.h"
#include "MPUnpacker_0x10010010.h"
namespace l1... |
nistefan/cmssw | CondCore/EgammaPlugins/src/plugins.cc | <filename>CondCore/EgammaPlugins/src/plugins.cc
#include "CondCore/ESSources/interface/registration_macros.h"
#include "CondFormats/EgammaObjects/interface/ElectronLikelihoodCalibration.h"
#include "CondFormats/EgammaObjects/interface/GBRForest.h"
#include "CondFormats/EgammaObjects/interface/GBRForestD.h"
#include "Co... |
nistefan/cmssw | RecoTauTag/RecoTau/plugins/CaloRecoTauDiscriminationByInvMass.cc | <filename>RecoTauTag/RecoTau/plugins/CaloRecoTauDiscriminationByInvMass.cc
#include "RecoTauTag/RecoTau/interface/TauDiscriminationProducerBase.h"
#include "FWCore/Utilities/interface/InputTag.h"
/* class CaloRecoTauDiscriminationByInvMass
* created : September 23 2010,
* contributors : <NAME> (<EMAIL> ; HIP, Helsin... |
nistefan/cmssw | DQMServices/Core/test/DQMSourceExampleConfig.cc | // -*- C++ -*-
//
// Package: DQMServices/RootImpl
// Class: DQMSourceExampleConfig
//
/**\class DQMSourceExampleConfig
Description: Simple example showing how to create a DQM Source creating & shipping
monitoring elements
Implementation:
<Notes on implementation>
*/
//
//
//
// system include files
#inclu... |
nistefan/cmssw | MagneticField/GeomBuilder/src/bSlab.cc | <gh_stars>1-10
/* \file
* See header file for a description of this class.
*
* \author <NAME> - INFN Torino
*/
#include "MagneticField/GeomBuilder/src/bSlab.h"
#include "MagneticField/VolumeGeometry/interface/MagVolume6Faces.h"
#include "MagneticField/Layers/interface/MagBSlab.h"
#include "MagneticField/Layers/i... |
nistefan/cmssw | DPGAnalysis/SiStripTools/bin/BSvsBPIX.cc | <reponame>nistefan/cmssw
#include "DPGAnalysis/SiStripTools/bin/BSvsBPIX.h"
#include "TFile.h"
#include "TH1F.h"
#include "TProfile.h"
#include "TGraphErrors.h"
#include "TCanvas.h"
#include "TDirectory.h"
#include <iostream>
void BSvsBPIXPlot(TFile* ff, const char* bsmodule, const char* occumodule, const int run) {
... |
nistefan/cmssw | DQM/HcalCommon/src/ContainerSingle2D.cc | <gh_stars>0
#include "DQM/HcalCommon/interface/ContainerSingle2D.h"
#include "DQM/HcalCommon/interface/Utilities.h"
namespace hcaldqm
{
using namespace constants;
using namespace quantity;
ContainerSingle2D::ContainerSingle2D()
{
_qx = nullptr;
_qy = nullptr;
_qz = nullptr;
}
ContainerSingle2D::Container... |
nistefan/cmssw | DQM/HcalCommon/src/ContainerSingleProf1D.cc | <filename>DQM/HcalCommon/src/ContainerSingleProf1D.cc
#include "DQM/HcalCommon/interface/ContainerSingleProf1D.h"
namespace hcaldqm
{
using namespace quantity;
using namespace constants;
ContainerSingleProf1D::ContainerSingleProf1D()
{
_qx = nullptr;
_qy = nullptr;
}
ContainerSingleProf1D::ContainerSinglePr... |
nistefan/cmssw | FWCore/MessageService/test/MemoryTestClient_A.cc | #include "FWCore/MessageService/test/MemoryTestClient_A.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include <iostream>
#include <iomanip>
#include <string>
namespace edmtest
{
int MemoryTestClient_A::nevent = 0;
MemoryTestClient_A::MemoryTestCl... |
nistefan/cmssw | FWCore/MessageService/test/UnitTestClient_W.cc | #include "FWCore/MessageService/test/UnitTestClient_W.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include <iostream>
#include <string>
namespace edmtest
{
void
UnitTestClient_W::analyze( edm::Event const & /*unused*/
... |
nistefan/cmssw | PhysicsTools/PatUtils/plugins/PATPFJetMETcorrInputProducer.cc | <gh_stars>1-10
#include "JetMETCorrections/Type1MET/interface/PFJetMETcorrInputProducerT.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "PhysicsTools/PatUtils/interface/PATJetCorrExtractor.h"
namespace PFJetMETcorrInputProducer_namespace
{
template <>
class InputTypeCheckerT<pat::Jet, PATJetCor... |
nistefan/cmssw | RecoTracker/TkHitPairs/src/IntermediateHitDoublets.cc | <filename>RecoTracker/TkHitPairs/src/IntermediateHitDoublets.cc
#include "RecoTracker/TkHitPairs/interface/IntermediateHitDoublets.h"
#include "FWCore/Utilities/interface/Exception.h"
IntermediateHitDoublets::IntermediateHitDoublets(const IntermediateHitDoublets& rh) {
throw cms::Exception("Not Implemented") << "The... |
nistefan/cmssw | Fireworks/Core/src/FWHLTValidator.cc | // -*- C++ -*-
//
// Package: Core
// Class : FWHLTValidator
//
// system include files
#include <algorithm>
#include <cstring>
#include <boost/regex.hpp>
// user include files
#include "Fireworks/Core/interface/FWHLTValidator.h"
#include "Fireworks/Core/interface/FWGUIManager.h"
#include "Fireworks/Core/int... |
nistefan/cmssw | PhysicsTools/JetExamples/test/printPartonJet.cc | <filename>PhysicsTools/JetExamples/test/printPartonJet.cc
// system include files
#include <memory>
#include <string>
#include <iostream>
#include <vector>
#include <TMath.h>
#include <TFile.h>
#include <TH1.h>
// user include files
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interf... |
nistefan/cmssw | Utilities/XrdAdaptor/src/XrdHostHandler.hh | #ifndef __XRDADAPTOR_HOSTHANDLER_H_
#define __XRDADAPTOR_HOSTHANDLER_H_
#include "XrdCl/XrdClXRootDResponses.hh"
#include "FWCore/Utilities/interface/get_underlying_safe.h"
#if defined(__linux__)
#define HAVE_ATOMICS 1
#include "XrdSys/XrdSysLinuxSemaphore.hh"
typedef XrdSys::LinuxSemaphore Semaphore;
#else
t... |
nistefan/cmssw | DQMServices/Components/src/DQMScalInfo.cc | <reponame>nistefan/cmssw
/*
* \file DQMDcsInfo.cc
* \author A.Meyer - DESY
* Last Update:
*
*/
#include "DQMScalInfo.h"
#include "DataFormats/Scalers/interface/DcsStatus.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/L1GlobalTrigger/interface/L1GtFdlWord.h"
#include "DataFormats/L1Globa... |
nistefan/cmssw | Validation/RecoPixelVertexing/test/PixelVertexVal.cc | <reponame>nistefan/cmssw
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/Common/interface/Han... |
nistefan/cmssw | EventFilter/HcalRawToDigi/src/HcalTTPUnpacker.cc | <reponame>nistefan/cmssw
#include "EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.h"
bool HcalTTPUnpacker::unpack(const HcalHTRData& theData, HcalTTPDigi& theDigi) {
// Get the base information for the TTP Digi
int theID = theData.getSubmodule() ;
int nSamples = theData.getNDD() ;
int nPresamp... |
nistefan/cmssw | DataFormats/TauReco/src/PFTau.cc | <filename>DataFormats/TauReco/src/PFTau.cc
#include "DataFormats/TauReco/interface/PFTau.h"
#include "DataFormats/Common/interface/RefToPtr.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
//using namespace std;
namespace reco {
PFTau::PFTau()
{
leadPFChargedHadrCandsignedSipt_ = NAN;
isolationPF... |
nistefan/cmssw | CondFormats/RPCObjects/src/FebConnectorSpec.cc | <reponame>nistefan/cmssw
#include "CondFormats/RPCObjects/interface/FebConnectorSpec.h"
#include "CondFormats/RPCObjects/interface/DBSpecToDetUnit.h"
#include "DataFormats/MuonDetId/interface/RPCDetId.h"
#include <sstream>
FebConnectorSpec::FebConnectorSpec(
int num, const ChamberLocationSpec & chamber, const FebL... |
nistefan/cmssw | IOPool/Streamer/src/StreamerFileIO.cc | #include "IOPool/Streamer/interface/StreamerFileIO.h"
#include <fstream>
#include <iostream>
#include "FWCore/Utilities/interface/Adler32Calculator.h"
#include "FWCore/Utilities/interface/Exception.h"
OutputFile::OutputFile(const std::string& name):
current_offset_(1),
do_adler_(false),
adlera_(1),
... |
nistefan/cmssw | CalibMuon/CSCCalibration/plugins/CSCL1TPParameters.cc | #include <memory>
#include <fstream>
#include "CondFormats/CSCObjects/interface/CSCL1TPParameters.h"
#include "CondFormats/DataRecord/interface/CSCL1TPParametersRcd.h"
#include "CalibMuon/CSCCalibration/interface/CSCL1TPParametersConditions.h"
CSCL1TPParametersConditions::CSCL1TPParametersConditions(const edm::Param... |
nistefan/cmssw | Utilities/BinningTools/src/ClusterizingHistogram.cc | <gh_stars>1-10
#include "Utilities/BinningTools/interface/ClusterizingHistogram.h"
#include <iostream>
using namespace std;
ClusterizingHistogram::ClusterizingHistogram(int nb, float xmi, float xma) :
my_nbins(nb), xmin(xmi), xmax(xma), my_entries(0), my_underflows(0), my_overflows(0) {
bin_entries = new int[m... |
nistefan/cmssw | HLTrigger/JetMET/plugins/HLTRFilter.cc | #include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h"
#include "DataFormats/HLTReco/interface/TriggerTypeDefs.h"
#include "DataFormats/JetReco/interf... |
nistefan/cmssw | RecoTBCalo/EcalTBTDCReconstructor/src/SealModule.cc | <filename>RecoTBCalo/EcalTBTDCReconstructor/src/SealModule.cc
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "RecoTBCalo/EcalTBTDCReconstructor/interface/EcalTBTDCRecInfoProducer.h"
#include "RecoTBCalo/EcalTBTDCReconstructor/interface/EcalTBH2TDCRecIn... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.