Fork me on GitHub

Changeset 5658083 in git for modules/VertexSorter.h


Ignore:
Timestamp:
May 18, 2016, 11:39:09 AM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bc4bff0
Parents:
641cb3d
Message:

changed datatype to ROOT compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/VertexSorter.h

    r641cb3d r5658083  
    44/** \class VertexSorter
    55 *
    6  *  Merges particles from pile-up sample into event
     6 *
     7 *  Sorts vertices according to different criteria
     8 *
     9 *  \authors A. Hart, M. Selvaggi
    710 *
    811 *
    9  *  $Date: 2013-02-12 15:13:59 +0100 (Tue, 12 Feb 2013) $
    10  *  $Revision: 907 $
    11  *
    12  *
    13  *  \author M. Selvaggi - UCL, Louvain-la-Neuve
    14  *
    15  */
     12*/
    1613
    1714#include "classes/DelphesModule.h"
     
    4239  void Finish();
    4340
    44   static bool secondDescending (pair<unsigned, double>, pair<unsigned, double>);
    45   static bool secondAscending (pair<unsigned, double>, pair<unsigned, double>);
     41  static Bool_t secondDescending (pair<UInt_t, Double_t>, pair<UInt_t, Double_t>);
     42  static Bool_t secondAscending (pair<UInt_t, Double_t>, pair<UInt_t, Double_t>);
    4643
    4744private:
Note: See TracChangeset for help on using the changeset viewer.