  | 
  
    DAS
    3.0
    
   Das Analysis System 
   | 
 
 
 
 
#include <cassert>
#include <cstdlib>
#include <filesystem>
#include <iostream>
#include <vector>
#include "Core/Objects/interface/Event.h"
#include "Core/Objects/interface/Jet.h"
#include "Core/Objects/interface/Lepton.h"
#include "Core/CommonTools/interface/DASOptions.h"
#include <TFile.h>
#include <TH1.h>
#include <TString.h>
#include "Math/Point3D.h"
#include "Math/VectorUtil.h"
#include "Math/Vector3D.h"
#include <darwin.h>
 | 
| float  | ShiftJetOrigin (const FourVector &p4_orig, const float &vertexZorig) | 
|   | 
| template<typename ObjT >  | 
| void  | ShiftP4EtaAndFillHist (std::vector< ObjT > &objects, float vertexZ, TH2D &hist) | 
|   | 
| void  | applyPVshift (const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0}) | 
|   | 
| int  | main (int argc, char *argv[]) | 
|   | 
◆ main()
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char *  | 
          argv[]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
  159                             "Adjust the jet four-momentum to account for a vertex shift to center of the detector.",
 
  161         options.inputs(
"input", &
inputs, 
"input ROOT file(s) or directory")
 
  162                .output(
"output", &output, 
"output ROOT file");
 
  164         const auto& slice = 
options.slice();
 
  165         const int steering = 
options.steering();
 
  169     catch (boost::exception& e) {
 
 
 
 
 
 
options
Definition: DYToLL_M-50_13TeV_pythia8_cff_GEN_SIM_RECOBEFMIX_DIGI_L1_DIGI2RAW_L1Reco_RECO.py:41
 
void Diagnostic(const boost::exception &e)
Definition: exceptions.h:143
 
void applyPVshift(const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0})
Definition: applyPVshift.cc:88
 
config
Definition: Ntupliser_cfg.py:333
 
def inputs
Definition: jercExample.py:118
 
Darwin::Tools::Options Options(const char *, int=Darwin::Tools::none)
Constructs Darwin options with the correct commit information.
Definition: DASOptions.cc:14