Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My branch #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions DesyTauAnalyses/EventCount/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 42
/reps/H2to2H1to4Taus/!svn/ver/7/EventCount
END
eventcount_cfg.py
K 25
svn:wc:ra_dav:version-url
V 60
/reps/H2to2H1to4Taus/!svn/ver/5/EventCount/eventcount_cfg.py
END
BuildFile.xml
K 25
svn:wc:ra_dav:version-url
V 56
/reps/H2to2H1to4Taus/!svn/ver/5/EventCount/BuildFile.xml
END
111 changes: 111 additions & 0 deletions DesyTauAnalyses/EventCount/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
10

dir
89
https://svn.cern.ch/reps/H2to2H1to4Taus/EventCount
https://svn.cern.ch/reps/H2to2H1to4Taus



2013-11-13T15:37:21.254154Z
7
agbet














4525493e-7705-40b1-a816-d608a930855b

test
dir

interface
dir

eventcount_cfg.py
file




2013-11-27T11:42:24.000000Z
d393fc1452449b91d7732ff8dce8b1e2
2013-11-11T16:24:53.038914Z
5
agbet





















469

python
dir

doc
dir

src
dir

BuildFile.xml
file




2013-11-27T11:42:24.000000Z
b706b6ad72f940fc2235bf7930d38155
2013-11-11T16:24:53.038914Z
5
agbet





















255

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="CommonTools/UtilAlgos"/>
<use name="root"/>
<use name="rootmath"/>
<flags EDM_PLUGIN="1"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("Demo")

process.load("FWCore.MessageService.MessageLogger_cfi")

process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )

process.source = cms.Source("PoolSource",
# replace 'myfile.root' with the source file you want to use
fileNames = cms.untracked.vstring(
'file:myfile.root'
)
)

process.demo = cms.EDAnalyzer('EventCount'
)


process.p = cms.Path(process.demo)
9 changes: 9 additions & 0 deletions DesyTauAnalyses/EventCount/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="CommonTools/UtilAlgos"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="root"/>
<use name="rootmath"/>
<flags EDM_PLUGIN="1"/>
5 changes: 5 additions & 0 deletions DesyTauAnalyses/EventCount/doc/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 46
/reps/H2to2H1to4Taus/!svn/ver/5/EventCount/doc
END
28 changes: 28 additions & 0 deletions DesyTauAnalyses/EventCount/doc/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
10

dir
89
https://svn.cern.ch/reps/H2to2H1to4Taus/EventCount/doc
https://svn.cern.ch/reps/H2to2H1to4Taus



2013-11-11T16:24:53.038914Z
5
agbet














4525493e-7705-40b1-a816-d608a930855b

20 changes: 20 additions & 0 deletions DesyTauAnalyses/EventCount/eventcount_cfg.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("Demo")

process.load("FWCore.MessageService.MessageLogger_cfi")

process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )

process.source = cms.Source("PoolSource",
# replace 'myfile.root' with the source file you want to use
fileNames = cms.untracked.vstring(
'file:myfile.root'
)
)

process.demo = cms.EDAnalyzer('EventCount'
)


process.p = cms.Path(process.demo)
5 changes: 5 additions & 0 deletions DesyTauAnalyses/EventCount/interface/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 52
/reps/H2to2H1to4Taus/!svn/ver/5/EventCount/interface
END
28 changes: 28 additions & 0 deletions DesyTauAnalyses/EventCount/interface/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
10

dir
89
https://svn.cern.ch/reps/H2to2H1to4Taus/EventCount/interface
https://svn.cern.ch/reps/H2to2H1to4Taus



2013-11-11T16:24:53.038914Z
5
agbet














4525493e-7705-40b1-a816-d608a930855b

1 change: 1 addition & 0 deletions DesyTauAnalyses/EventCount/python/.svn/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Binary file added DesyTauAnalyses/EventCount/python/.svn/__init__.pyc
Binary file not shown.
17 changes: 17 additions & 0 deletions DesyTauAnalyses/EventCount/python/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 49
/reps/H2to2H1to4Taus/!svn/ver/7/EventCount/python
END
eventcount_cfi.py
K 25
svn:wc:ra_dav:version-url
V 67
/reps/H2to2H1to4Taus/!svn/ver/5/EventCount/python/eventcount_cfi.py
END
__init__.py
K 25
svn:wc:ra_dav:version-url
V 61
/reps/H2to2H1to4Taus/!svn/ver/7/EventCount/python/__init__.py
END
96 changes: 96 additions & 0 deletions DesyTauAnalyses/EventCount/python/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
10

dir
89
https://svn.cern.ch/reps/H2to2H1to4Taus/EventCount/python
https://svn.cern.ch/reps/H2to2H1to4Taus



2013-11-13T15:37:21.254154Z
7
agbet














4525493e-7705-40b1-a816-d608a930855b

eventcount_cfi.py
file




2013-11-27T11:42:23.000000Z
49090e8e5fbaaf91c5d3e6615ea35f26
2013-11-11T16:24:53.038914Z
5
agbet





















79

__init__.py
file




2013-11-27T11:42:23.000000Z
dd2198926127130b4ffb2231b0651049
2013-11-13T15:37:21.254154Z
7
agbet





















202

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Binary file not shown.
1 change: 1 addition & 0 deletions DesyTauAnalyses/EventCount/python/.svn/props/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Automatically created by SCRAM
import os
__path__.append(os.path.dirname(os.path.abspath(__file__).rsplit('/H2to2H1to4Taus/EventCount/',1)[0])+'/cfipython/slc5_amd64_gcc462/H2to2H1to4Taus/EventCount')
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import FWCore.ParameterSet.Config as cms

demo = cms.EDAnalyzer('EventCount'
)
1 change: 1 addition & 0 deletions DesyTauAnalyses/EventCount/python/.svn/tmp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Automatically created by SCRAM
Binary file not shown.
Loading