Fork me on GitHub

Changeset 341014c in git for classes/DelphesXDRReader.h


Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (5 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
6455202
Parents:
45e58be
Message:

apply .clang-format to all .h, .cc and .cpp files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesXDRReader.h

    r45e58be r341014c  
    2828 */
    2929
     30#include <stdint.h>
    3031#include <stdio.h>
    31 #include <stdint.h>
    3232
    3333class DelphesXDRReader
    3434{
    3535public:
    36 
    3736  DelphesXDRReader();
    3837
     
    4645
    4746private:
    48 
    4947  FILE *fFile;
    5048  uint8_t *fBuffer;
Note: See TracChangeset for help on using the changeset viewer.