Fork me on GitHub

source: svn

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @851   12 years Pavel Demin fix dist target
(edit) @850   12 years Pavel Demin add dist target
(edit) @849   12 years Pavel Demin another attempt to fix FixDaughters
(edit) @848   12 years Pavel Demin remove unnecessary condition
(edit) @847   12 years Pavel Demin call FinalizeParticles in the event loop
(edit) @846   12 years Pavel Demin fix d1 and d2
(edit) @845   12 years Pavel Demin fix Candidate constructor, add D1 and D2 to TreeWriter
(edit) @844   12 years Pavel Demin add D1 and D2
(edit) @843   12 years Pavel Demin replace CpuTime and RealTime with ReadTime and ProcTime
(edit) @842   12 years Pavel Demin exclude tau jets from UniqueObjectFinder and TreeWriter
(edit) @841   12 years Pavel Demin replace Delphes.root with delphes_output.root
(edit) @840   12 years Pavel Demin fix path to DelphesCMSFWLite.cpp
(edit) @839   12 years Pavel Demin move DelphesCMSFWLite to examples
(edit) @838   12 years Pavel Demin remove hard codded CMSSW version
(edit) @837   12 years Pavel Demin fix progress bar
(edit) @836   12 years Pavel Demin check number of events and fix progress bar
(edit) @835   12 years Pavel Demin working version of DelphesCMSFWLite
(edit) @834   12 years Pavel Demin add reader for CMS FWLite
(edit) @833   12 years Pavel Demin add doxygen configuration
(edit) @832   12 years Pavel Demin add DelphesBrowser example
(edit) @831   12 years Pavel Demin fix entry counter
(edit) @830   12 years Pavel Demin fix ResolutionFormula
(edit) @829   12 years Pavel Demin remove electrons from Calorimeter
(edit) @828   12 years Pavel Demin replace EXPLLINKLIBS with LIBS and add SHAREDLIB
(edit) @827   12 years Pavel Demin remove gSystem->Load("libEG");
(edit) @826   12 years Pavel Demin remove gSystem->Load("libEG");
(edit) @825   12 years Pavel Demin replace InputArrayMap with InputArray
(edit) @824   12 years Pavel Demin replace EXPLLINKLIBS with LIBS and add SHAREDLIB
(edit) @823   12 years Pavel Demin add ! after all pointers
(edit) @822   12 years Pavel Demin simplify runtime_error message
(edit) @821   12 years Pavel Demin replace FilterExeption with runtime_error
(edit) @820   12 years Pavel Demin replace MemoryAllocationExeption with runtime_error
(edit) @819   12 years Pavel Demin remove printout
(edit) @818   12 years Pavel Demin add gSystem->Load("libEG");
(edit) @817   12 years Pavel Demin rename InputArray to InputArrayMap
(edit) @816   12 years Pavel Demin fix doxygen comment
(edit) @815   12 years Pavel Demin fix class name
(edit) @814   12 years Pavel Demin add doxygen comments to all classes and modules
(edit) @813   12 years Pavel Demin set Date and Revision properties
(edit) @812   12 years Pavel Demin rename Uniqueness to UniqueObjectFinder and impliment it
(edit) @811   12 years Pavel Demin remove ReadInt and ReadDbl functions
(edit) @810   12 years Pavel Demin replace operator>> with ReadInt and ReadDbl
(edit) @809   12 years Pavel Demin add ReadInt and ReadDbl functions
(edit) @808   12 years Pavel Demin add missing Delphes prefixes
(edit) @807   12 years Pavel Demin remove getline and sscanf code, keep only fgets and DelphesStream
(edit) @806   12 years Pavel Demin fix ReadLine method
(edit) @805   12 years Pavel Demin add DelphesStream class
(edit) @804   12 years Pavel Demin add Event class and rename LHCO trees to Delphes
(edit) @803   12 years Pavel Demin replace %lli with %lld
(edit) @802   12 years Pavel Demin move lhco2root.cpp to converters and add root2lhco.cpp
(edit) @801   12 years Pavel Demin fix ProgressBar for the last entry
(edit) @800   12 years Pavel Demin remove finalizing module printout
(edit) @799   12 years Pavel Demin convert Ntrk and BTag to int
(edit) @798   12 years Pavel Demin user interger values for charge
(edit) @797   12 years Pavel Demin set length to -1 when reading standard input
(edit) @796   12 years Pavel Demin remove unnecessary printout
(edit) @795   12 years Pavel Demin read standard input when no input_file specified
(edit) @794   12 years Pavel Demin add LHCO to ROOT converter
(edit) @793   12 years Pavel Demin add LHCO to ROOT converter
(edit) @792   12 years Pavel Demin initialize all pointers to 0
(edit) @791   12 years Pavel Demin replace != NULL with .good() for stringstream input operations
(edit) @790   12 years Pavel Demin fix M1 and M2
(edit) @789   12 years Pavel Demin set particle position
(edit) @788   12 years Pavel Demin remove Size parameter from the Event classes
(edit) @787   12 years Pavel Demin remove LHEF library
(edit) @786   12 years Pavel Demin remove LHEF library
(edit) @785   12 years Pavel Demin reset fBufferStream position
(edit) @784   12 years Pavel Demin move fBufferStream setup to constructor
(edit) @783   12 years Pavel Demin put both IO versions (c and c++) in the same file
(edit) @782   12 years Pavel Demin try optimized istringstream version
(edit) @781   12 years Pavel Demin fix TrackEfficiency formula
(edit) @780   12 years Pavel Demin add possibility to read from standard input
(edit) @779   12 years Pavel Demin add SIGINT handler
(edit) @778   12 years Pavel Demin fix error messages
(edit) @777   12 years Pavel Demin replace istringstream with sscan
(edit) @776   12 years Pavel Demin replace Size with Counter
(edit) @775   12 years Pavel Demin remove CLHEP library
(edit) @774   12 years Pavel Demin replace Analyse with Analyze and fix progressBar
(edit) @773   12 years Pavel Demin remove HepMC library
(edit) @772   12 years Pavel Demin fix M1 and M2
(edit) @771   12 years Pavel Demin replace pt == 0.0 with cosTheta == 1.0
(edit) @770   12 years Pavel Demin allow more than 2 mothers
(edit) @769   12 years Pavel Demin remove HepMC library
(edit) @768   12 years Pavel Demin fix comments for formulas
(edit) @767   12 years Pavel Demin align formulas
(edit) @766   12 years Pavel Demin replace TFormula with DelphesFormula
(edit) @765   12 years Pavel Demin add DelphesFormula class
(edit) @764   12 years Pavel Demin remove Folder and Browse functionality from ExRootTreeReader
(edit) @763   12 years Pavel Demin fix pt ranges for resolution and efficiency
(edit) @762   12 years Pavel Demin remove TrackFinder module
(edit) @761   12 years Pavel Demin add MissingET to ExecutionPath
(edit) @760   12 years Pavel Demin rename ParticleFlow to Merger and use Merger for particle flow and …
(edit) @759   12 years Pavel Demin remove MomentumFilter module
(edit) @758   12 years Pavel Demin remove MomentumFilter module
(edit) @757   12 years Pavel Demin add muon related modules to ExecutionPath
(edit) @756   12 years Pavel Demin add pt cuts for muons
(edit) @755   12 years Pavel Demin add muon branch
(edit) @754   12 years Pavel Demin fix stack printing
(edit) @753   12 years Pavel Demin use pt ratio for isolation
(edit) @752   12 years Pavel Demin fix efficiency calculation
Note: See TracRevisionLog for help on using the revision log.