Git Product home page Git Product logo

miniaod's Introduction

MiniAOD

Tools for miniAOD exploration

Installation

Follow These Steps:

cmsrel CMSSW_7_0_7_patch1
cd CMSSW_7_0_7_patch1/src
cmsenv

voms-proxy-init --voms cms

git clone https://github.com/cms-ttH/MiniAOD.git

scram b -j 32

cd MiniAOD/MiniAODHelper/

Testing

To test using the full CMSSW framework

cmsRun test/miniAOD_analyzer_cfg.py

To test using FWLite

root -b -q test/head.C test/miniAOD_investigate.C+'(1000)'

miniaod's People

Contributors

geoff-smith avatar hannes-kit avatar hsatoshi avatar kelmorab avatar matz-e avatar odysei avatar puigh avatar seanflowers avatar shwillia avatar uhh2-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

miniaod's Issues

Deprecated include in MiniAOD/MiniAODHelper/interface/MiniAODHelper.h

Hi guys,

I'm not sure whether you use this issue tracker, but there's an error that occurs during compilation with 80X (e.g. 8_0_11):

bash
In file included from .../CMSSW_8_0_11/src/MiniAOD/MiniAODHelper/interface/MiniAODHelper.h:33:0,
                 from .../CMSSW_8_0_11/src/MiniAOD/SkimDilep/plugins/SkimDilep.cc:67:
/cvmfs/cms.cern.ch/slc6_amd64_gcc493/cms/cmssw/CMSSW_8_0_11/src/CommonTools/Utils/interface/normalizedPhi.h:6:52: fatal error: DataFormats/Math/include/normalizedPhi.h: No such file or directory
 #include "DataFormats/Math/include/normalizedPhi.h"

I already opened an issue in the CMSSW repo. Turned out that the include statement in MiniAODHelper/interface/MiniAODHelper.h#L33

#include "CommonTools/Utils/interface/normalizedPhi.h"

is deprecated and should be replaced by

#include "DataFormats/Math/interface/normalizedPhi.h"

Hope that helps!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.