Activity for DAQ++

  • Eager Beaver committed [777b80]

    Changing verbosity in vmedaq_cc

  • Eager Beaver committed [8e21e1]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [fb9435]

    Adding FPGACaenData to DataFormat.h

  • Andrej Andrej committed [9f0819]

    Cleaning root processing warnings

  • Andrej Andrej committed [44b8f4]

    Added default arguments for PadMap constructor so it can be used without arguments

  • Andrej Andrej committed [0df37f]

    Making ADCData public virtual child of VMEdaqObserver@

  • Andrej Andrej committed [35448d]

    Adding FPGA triggers

  • Andrej Andrej committed [8f9f8a]

    Making FPGACaenV1495 and ADCmodule more verbose in debug mode

  • Andrej Andrej committed [dc63af]

    Making configure.in aware of a new subdirectory

  • Andrej Andrej committed [fb7b79]

    Adding a name for trigger to signal presence of interrupt block to PluginParser

  • Andrej Andrej committed [7e38c1]

    Using FPGA trigger in vmedaq_auto

  • Andrej Andrej committed [7556a5]

    Adding parseVector from parseCommandLine into the building chain

  • Andrej Andrej committed [7dba2c]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [62607b]

    Removing pydaqSoap references as it fails to compile with them

  • Andrej Andrej committed [0a098c]

    Omitting doc directory

  • Andrej Andrej committed [b3705e]

    Removing soap references from vmedaq.cc, also from configure.in since including them causes linking errors

  • Andrej Andrej committed [71b2e2]

    Trying to compile. Errors at vmedaq, related to undeifned python symbols in libpydaqsoap

  • Eager Beaver committed [6723c5]

    Changed decode_sparse_gp7 to look for address change to find central channels. Works better with 20180123 runs. Found out that decode_sparse_gp3 was used previously whenever ADCs were used as there was no safeguard to ignore its settings in VATAGP::ConfigRecord()

  • Eager Beaver committed [969e22]

    Corrected mistake in event packing of ADCmodule for the last word to reflect the full size of the event rather than just the size of data from the module itself

  • Eager Beaver committed [c5a650]

    Adding PSPMT_FCLR handling routines

  • Eager Beaver committed [af56a6]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [904ae7]

    Removing debug flags from modules

  • Andrej Andrej committed [1494a1]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [c13c11]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [d68340]

    Setting vmedaq_auto out of debug mode

  • Andrej Andrej committed [30b210]

    Updating vmedaq_auto. minor changes

  • Andrej Andrej committed [297e20]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [436553]

    Merge branch 'osu_version' of ssh://git.code.sf.net/p/daqpp/vmedaq into osu_version

  • Eager Beaver committed [827a49]

    Checking for full QDC module

  • Eager Beaver committed [daf0c0]

    Adding timestamp to each event

  • Eager Beaver committed [371045]

    Adding debugging data for FPGA and ADC modules

  • Eager Beaver committed [93e013]

    Changing ADC module to collect more than one event from event buffer and having the modules print times of event acquisition

  • Eager Beaver committed [d72463]

    Adding mutex to avoid simultaneous use of load_register - the header file

  • Eager Beaver committed [a3110f]

    New way of doing mutex

  • Eager Beaver committed [1a6e97]

    Adding mutex to avoid simultaneous use of load_register

  • Eager Beaver committed [55a128]

    Adding a mutex (an int) to VATAmodule::load_register() - the header file

  • Eager Beaver committed [312bf0]

    Adding a mutex (an int) to VATAmodule::load_register()

  • Eager Beaver committed [afae73]

    Adding debug flags in VATAmodule.cc to catch synchronous register loading

  • Eager Beaver committed [29dac4]

    Adding missing test.cc

  • Eager Beaver committed [330888]

    Version of vmedaq that runs offline

  • Andrej Andrej committed [096a22]

    Adding offline manager

  • Andrej Andrej committed [841207]

    Debugging output

  • Andrej Andrej committed [e19a6b]

    Adding vmedaq_auto and subsequent changes to GeneralConfig.cc (whether to run w/o gui), ScanConfig.cc (to set time as limiting step variable) and MainWindow.h to expose some of its private functions and variables. Also, updated FPGA and ADC to deal with QDC data

  • Eager Beaver committed [bc784e]

    Copying vmedaq icon from master to osu_version

  • Eager Beaver committed [9248fa]

    Updating Makefile.am to compile vmedaq_auto.cc

  • Eager Beaver committed [36b288]

    Copying vmedaq_auto.cc from master branch

  • Andrej Andrej committed [5de89e]

    Merging with remote osu_version

  • Andrej Andrej committed [3e8e3c]

    Correcting for sensible use in analysis

  • Andrej Andrej committed [fde5ab]

    Adding modifications allowing insertion of QDC module

  • Andrej Andrej committed [306f57]

    Adding QDC module; using ADCmoduleConf for parsing and basing heavily on ADCmodule

  • Andrej Andrej committed [9d351c]

    Changing pyvmedaq.c to reflect changes in ConfigRecord to ConfigDataRecord in DataFormat.h

  • Andrej Andrej committed [93dd3b]

    Merge branch 'osu_version' of git.code.sf.net:/p/daqpp/vmedaq into osu_version

  • Andrej Andrej committed [d41ff7]

    Changes to allow observer compilation

  • Andrej Andrej committed [38ba29]

    Minor inconsistency in parameter treatment

  • Andrej Andrej committed [0c32d5]

    Modifying configure to automatically copy obser...

  • Andrej Andrej committed [45b935]

    Updated online display. Now observer and parseC...

  • Andrej Andrej committed [5b8fff]

    Manage multiple vme reads, important for poor t...

  • Andrej Studen committed [f9dad0]

    Resolving read error in V1495 by double readout...

  • Eager Beaver committed [8e5fa0]

    Changing V1495 address space to be compatible t...

  • Andrej Andrej committed [1ef2ea]

    Find sis3100.a with locate

  • Andrej Studen committed [60000d]

    Initial portion of initial import

  • Andrej Studen committed [189e2e]

    Adding analysis/AUTHORS

  • Andrej Studen committed [6a2adf]

    More missing files

  • Andrej Studen committed [b05996]

    Adding python m4 script

  • Andrej Studen committed [12b5da]

    Some more missing files

  • Andrej Andrej committed [13d119]

    Adding vmedaq_auto

  • Andrej Andrej committed [02c982]

    Adding vmedaq_auto

  • Andrej Studen committed [65b058]

    Adding missing bin/create_objs

  • Andrej Studen committed [aaa85e]

    A more complete import tree

  • Andrej Studen committed [ee8efa]

    Now dealing with analysis

  • Andrej Andrej committed [d5e481]

    Changes to set HAS_VME, copy FPGACaenV1495.glad...

  • Sebastian Hans Sebastian Hans committed [3780a7]

    Compilable version at openSuse

  • carlos carlos committed [7f91a1]

    Use Gio to set and create the default config path.

  • carlos carlos committed [5c6158]

    Silent compilation

  • carlos carlos committed [34d9ab]

    Start migration from GtkOptionMenu to GtkComboBox

  • carlos carlos committed [cf8acf]

    Change the font settings of the Viewer.

  • carlos carlos committed [1bceaa]

    Create first apptempt of Linux bundles

  • carlos carlos committed [bc412a]

    Remove compilation warnings

  • carlos carlos committed [0bff6f]

    Added GtkSTreamViewer

  • carlos carlos committed [b72ed1]

    No analysis

  • carlos carlos committed [9842a9]

    Added vdaq icon

  • carlos carlos committed [52e632]

    Remove unused variables and use DAQ++ logger

  • carlos carlos committed [e9654d]

    Add Alibava logo and redesign the About window ...

  • carlos carlos committed [f91584]

    Change the last GtkOptionMenu left...

  • carlos carlos committed [614fc3]

    New name, Vdaq, for the main executable

  • carlos carlos committed [b0265f]

    Fix compiler warnings

  • Carlos Lacasta committed [998856]

    Set the name of the Plugin at creation. It will...

  • carlos carlos committed [776fb2]

    Background of MacOSX bundle

  • carlos carlos committed [4a4a33]

    Do not quit if no configuration file is found

  • carlos carlos committed [820c6c]

    Updated

  • carlos carlos committed [82b9ba]

    Added more rules

  • carlos carlos committed [afdbfd]

    Remove unused variables

  • carlos carlos committed [1705d6]

    Fix compilation warnings

  • carlos carlos committed [94c722]

    Moved to version 1.0.3

  • carlos carlos committed [fe1abb]

    Added get_n_sampled and get_trigger methods

  • carlos carlos committed [cc9c50]

    Initialize properly all members of the class

  • carlos carlos committed [381933]

    Extend the range of the monitor buffer

  • carlos carlos committed [73a577]

    Added bundle glade and lib dirs

  • carlos carlos committed [45bf67]

    Set the proper name for the executable

  • carlos carlos committed [3cc64f]

    Add all shared libraries and version

1 >